From f17fc3708d98ff2ddcab6b13efa2d403697805fc Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Wed, 13 Jul 2022 03:50:34 -0700 Subject: [PATCH] [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 --- pl.lproj/Localizable.stringsdict | 180 +++++++++++++++---------------- 1 file changed, 90 insertions(+), 90 deletions(-) diff --git a/pl.lproj/Localizable.stringsdict b/pl.lproj/Localizable.stringsdict index 424e72dd5..d734ff280 100644 --- a/pl.lproj/Localizable.stringsdict +++ b/pl.lproj/Localizable.stringsdict @@ -2,95 +2,95 @@ - %1d week(s) - - NSStringLocalizedFormatKey - %#@tygodni@ - weeks - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - d - zero - 0 tygodni - one - 1 tydźeń - other - %d tygodni - - - %1d day(s) - - NSStringLocalizedFormatKey - %#@dni@ - days - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - d - zero - 0 dni - one - 1 dzień - other - %d dni - - - %1d hour(s) - - NSStringLocalizedFormatKey - %#@godzin@ - hours - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - d - zero - 0 godzin - one - 1 godzina - other - %d godzin - - - %1d minute(s) - - NSStringLocalizedFormatKey - %#@minut@ - minutes - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - d - zero - 0 minut - one - 1 minuta - other - %d minut - - - %1d second(s) - - NSStringLocalizedFormatKey - %#@sekund@ - seconds - - NSStringFormatSpecTypeKey - NSStringPluralRuleType - NSStringFormatValueTypeKey - d - zero - 0 secund - one - 1 secunda - other - %d sekund - - + %1d week(s) + + NSStringLocalizedFormatKey + %#@weeks@ + weeks + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 tygodni + one + 1 tydźeń + other + %d tygodni + + + %1d day(s) + + NSStringLocalizedFormatKey + %#@days@ + days + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 dni + one + 1 dzień + other + %d dni + + + %1d hour(s) + + NSStringLocalizedFormatKey + %#@hours@ + hours + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 godzin + one + 1 godzina + other + %d godzin + + + %1d minute(s) + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 minut + one + 1 minuta + other + %d minut + + + %1d second(s) + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + zero + 0 secund + one + 1 secunda + other + %d sekund + +