From c8d8b825220a56c040c95cd9fbc8a226df12e9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sat, 18 Feb 2017 16:04:03 -0800 Subject: [ios, macos] Polish, Russian, Spanish, Ukrainian translations --- .../resources/es.lproj/Foundation.stringsdict | 54 ++++++++++++++++++++++ .../resources/pl.lproj/Foundation.stringsdict | 22 +++++++++ .../resources/ru.lproj/Foundation.stringsdict | 54 ++++++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 platform/darwin/resources/es.lproj/Foundation.stringsdict create mode 100644 platform/darwin/resources/pl.lproj/Foundation.stringsdict create mode 100644 platform/darwin/resources/ru.lproj/Foundation.stringsdict (limited to 'platform/darwin/resources') diff --git a/platform/darwin/resources/es.lproj/Foundation.stringsdict b/platform/darwin/resources/es.lproj/Foundation.stringsdict new file mode 100644 index 0000000000..1c599f8bc1 --- /dev/null +++ b/platform/darwin/resources/es.lproj/Foundation.stringsdict @@ -0,0 +1,54 @@ + + + + + COORD_DEG_LONG + + NSStringLocalizedFormatKey + %#@degrees@ + degrees + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d grado + other + %d grados + + + COORD_MIN_LONG + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d minuto + other + %d minutos + + + COORD_SEC_LONG + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d segundo + other + %d segundos + + + + diff --git a/platform/darwin/resources/pl.lproj/Foundation.stringsdict b/platform/darwin/resources/pl.lproj/Foundation.stringsdict new file mode 100644 index 0000000000..0ad4dea16e --- /dev/null +++ b/platform/darwin/resources/pl.lproj/Foundation.stringsdict @@ -0,0 +1,22 @@ + + + + + COORD_MIN_LONG + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d minuta + other + %d minuty + + + + diff --git a/platform/darwin/resources/ru.lproj/Foundation.stringsdict b/platform/darwin/resources/ru.lproj/Foundation.stringsdict new file mode 100644 index 0000000000..0d360cd79e --- /dev/null +++ b/platform/darwin/resources/ru.lproj/Foundation.stringsdict @@ -0,0 +1,54 @@ + + + + + COORD_DEG_LONG + + NSStringLocalizedFormatKey + %#@degrees@ + degrees + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d градус + other + %d градусов + + + COORD_MIN_LONG + + NSStringLocalizedFormatKey + %#@minutes@ + minutes + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d минута + other + %d минут + + + COORD_SEC_LONG + + NSStringLocalizedFormatKey + %#@seconds@ + seconds + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d секунда + other + %d секунд + + + + -- cgit v1.2.1