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 <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2023-08-20 23:36:42 -07:00
parent 1dbaa61313
commit 03e510fa92
No known key found for this signature in database
4 changed files with 24 additions and 0 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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" = "Бит на семпл";

View file

@ -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ı";