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:
parent
59123f98d5
commit
f62a7c5fed
4 changed files with 24 additions and 0 deletions
|
@ -805,3 +805,9 @@
|
||||||
|
|
||||||
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
||||||
"Tkb-7M-OiA.title" = "Show Lyrics";
|
"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";
|
||||||
|
|
|
@ -805,3 +805,9 @@
|
||||||
|
|
||||||
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
||||||
"Tkb-7M-OiA.title" = "Mostrar letras";
|
"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";
|
||||||
|
|
|
@ -718,3 +718,9 @@
|
||||||
|
|
||||||
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
/* Class = "NSMenuItem"; title = "Show Lyrics"; ObjectID = "Tkb-7M-OiA"; */
|
||||||
"Tkb-7M-OiA.title" = "Show Lyrics";
|
"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" = "Бит на семпл";
|
||||||
|
|
|
@ -832,3 +832,9 @@
|
||||||
|
|
||||||
/* Class = "NSTableColumn"; headerCell.title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */
|
/* Class = "NSTableColumn"; headerCell.title = "Album Artist"; ObjectID = "yGV-gP-Wl6"; */
|
||||||
"yGV-gP-Wl6.headerCell.title" = "Albüm Sanatçısı";
|
"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ı";
|
||||||
|
|
Loading…
Reference in a new issue