[Polish translation] Fixed total time formatter

Please do not translate the token names, they are used by the code to
look up which value to insert into the string.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2022-07-13 03:50:34 -07:00
parent a9002a616e
commit f17fc3708d
1 changed files with 90 additions and 90 deletions

View File

@ -5,7 +5,7 @@
<key>%1d week(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@tygodni@</string>
<string>%#@weeks@</string>
<key>weeks</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -23,7 +23,7 @@
<key>%1d day(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@dni@</string>
<string>%#@days@</string>
<key>days</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -41,7 +41,7 @@
<key>%1d hour(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@godzin@</string>
<string>%#@hours@</string>
<key>hours</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -59,7 +59,7 @@
<key>%1d minute(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@minut@</string>
<string>%#@minutes@</string>
<key>minutes</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
@ -77,7 +77,7 @@
<key>%1d second(s)</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@sekund@</string>
<string>%#@seconds@</string>
<key>seconds</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>