From f62a7c5feddbeffef55f3dc8ca2e11330dd1cd16 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 20 Aug 2023 23:36:42 -0700 Subject: [PATCH] Add missing column header translations These column header names were missing from the strings tables. Add them based on existing translations of the same field names by our translators. Signed-off-by: Christopher Snowhill --- en.lproj/MainMenu.strings | 6 ++++++ es.lproj/MainMenu.strings | 6 ++++++ ru.lproj/MainMenu.strings | 6 ++++++ tr.lproj/MainMenu.strings | 6 ++++++ 4 files changed, 24 insertions(+) diff --git a/en.lproj/MainMenu.strings b/en.lproj/MainMenu.strings index 5f22b9366..7988a31b5 100644 --- a/en.lproj/MainMenu.strings +++ b/en.lproj/MainMenu.strings @@ -805,3 +805,9 @@ /* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ "Tkb-7M-OiA.title" = "Show Lyrics"; + +/* Class = "NSTableColumn"; title = "Sample Rate"; ObjectID = "et9-zH-awt"; */ +"et9-zH-awt.title" = "Sample Rate"; + +/* Class = "NSTableColumn"; title = "Bits Per Sample"; ObjectID = "3no-xo-TpJ"; */ +"3no-xo-TpJ.title" = "Bits Per Sample"; diff --git a/es.lproj/MainMenu.strings b/es.lproj/MainMenu.strings index 9d5ae1578..2cf73ee4b 100644 --- a/es.lproj/MainMenu.strings +++ b/es.lproj/MainMenu.strings @@ -805,3 +805,9 @@ /* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ "Tkb-7M-OiA.title" = "Mostrar letras"; + +/* Class = "NSTableColumn"; title = "Sample Rate"; ObjectID = "et9-zH-awt"; */ +"et9-zH-awt.title" = "Tasa de muestreo"; + +/* Class = "NSTableColumn"; title = "Bits Per Sample"; ObjectID = "3no-xo-TpJ"; */ +"3no-xo-TpJ.title" = "Bits por muestra"; diff --git a/ru.lproj/MainMenu.strings b/ru.lproj/MainMenu.strings index 0e210b67b..519320eec 100644 --- a/ru.lproj/MainMenu.strings +++ b/ru.lproj/MainMenu.strings @@ -718,3 +718,9 @@ /* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */ "Tkb-7M-OiA.title" = "Show Lyrics"; + +/* Class = "NSTableColumn"; title = "Sample Rate"; ObjectID = "et9-zH-awt"; */ +"et9-zH-awt.title" = "Частота дискретизации"; + +/* Class = "NSTableColumn"; title = "Bits Per Sample"; ObjectID = "3no-xo-TpJ"; */ +"3no-xo-TpJ.title" = "Бит на семпл"; diff --git a/tr.lproj/MainMenu.strings b/tr.lproj/MainMenu.strings index a3ac4af51..33ea05555 100644 --- a/tr.lproj/MainMenu.strings +++ b/tr.lproj/MainMenu.strings @@ -832,3 +832,9 @@ /* Class = "NSTableColumn"; headerCell.title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */ "yGV-gP-Wl6.headerCell.title" = "Albüm Sanatçısı"; + +/* Class = "NSTableColumn"; title = "Sample Rate"; ObjectID = "et9-zH-awt"; */ +"et9-zH-awt.title" = "Örnekleme Hızı"; + +/* Class = "NSTableColumn"; title = "Bits Per Sample"; ObjectID = "3no-xo-TpJ"; */ +"3no-xo-TpJ.title" = "Örnek başına bit sayısı";