From 4b27a0c027f4fbab9ed1070c748966c902b13429 Mon Sep 17 00:00:00 2001 From: Richard Geraghty Date: Tue, 16 Jul 2024 17:51:47 -0700 Subject: [PATCH] Latest translations (#6720) * Latest translations --- packages/@react-aria/toast/intl/ar-AE.json | 2 +- packages/@react-aria/toast/intl/bg-BG.json | 2 +- packages/@react-aria/toast/intl/cs-CZ.json | 2 +- packages/@react-aria/toast/intl/da-DK.json | 2 +- packages/@react-aria/toast/intl/de-DE.json | 2 +- packages/@react-aria/toast/intl/el-GR.json | 2 +- packages/@react-aria/toast/intl/es-ES.json | 2 +- packages/@react-aria/toast/intl/et-EE.json | 2 +- packages/@react-aria/toast/intl/fi-FI.json | 2 +- packages/@react-aria/toast/intl/he-IL.json | 2 +- packages/@react-aria/toast/intl/hr-HR.json | 2 +- packages/@react-aria/toast/intl/hu-HU.json | 2 +- packages/@react-aria/toast/intl/it-IT.json | 2 +- packages/@react-aria/toast/intl/ja-JP.json | 2 +- packages/@react-aria/toast/intl/ko-KR.json | 2 +- packages/@react-aria/toast/intl/lt-LT.json | 2 +- packages/@react-aria/toast/intl/lv-LV.json | 2 +- packages/@react-aria/toast/intl/nb-NO.json | 2 +- packages/@react-aria/toast/intl/nl-NL.json | 2 +- packages/@react-aria/toast/intl/pl-PL.json | 2 +- packages/@react-aria/toast/intl/pt-BR.json | 2 +- packages/@react-aria/toast/intl/pt-PT.json | 2 +- packages/@react-aria/toast/intl/ro-RO.json | 2 +- packages/@react-aria/toast/intl/ru-RU.json | 2 +- packages/@react-aria/toast/intl/sk-SK.json | 2 +- packages/@react-aria/toast/intl/sl-SI.json | 2 +- packages/@react-aria/toast/intl/sr-SP.json | 2 +- packages/@react-aria/toast/intl/sv-SE.json | 2 +- packages/@react-aria/toast/intl/tr-TR.json | 2 +- packages/@react-aria/toast/intl/uk-UA.json | 2 +- packages/@react-aria/toast/intl/zh-CN.json | 2 +- packages/@react-aria/toast/intl/zh-TW.json | 2 +- packages/@react-spectrum/card/intl/zh-TW.json | 2 +- packages/@react-spectrum/listbox/intl/ko-KR.json | 2 +- packages/@react-spectrum/listbox/intl/zh-TW.json | 2 +- packages/@react-spectrum/picker/intl/ko-KR.json | 2 +- packages/@react-spectrum/picker/intl/zh-TW.json | 2 +- packages/@react-spectrum/table/intl/zh-TW.json | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) diff --git a/packages/@react-aria/toast/intl/ar-AE.json b/packages/@react-aria/toast/intl/ar-AE.json index 996229e840a..ed1403d0d9b 100644 --- a/packages/@react-aria/toast/intl/ar-AE.json +++ b/packages/@react-aria/toast/intl/ar-AE.json @@ -1,4 +1,4 @@ { "close": "إغلاق", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# إشعار} other {# إشعارات}}." } diff --git a/packages/@react-aria/toast/intl/bg-BG.json b/packages/@react-aria/toast/intl/bg-BG.json index 47fa39b6be2..5b1a9107265 100644 --- a/packages/@react-aria/toast/intl/bg-BG.json +++ b/packages/@react-aria/toast/intl/bg-BG.json @@ -1,4 +1,4 @@ { "close": "Затвори", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# известие} other {# известия}}." } diff --git a/packages/@react-aria/toast/intl/cs-CZ.json b/packages/@react-aria/toast/intl/cs-CZ.json index d1b31a69069..08a819b4e1b 100644 --- a/packages/@react-aria/toast/intl/cs-CZ.json +++ b/packages/@react-aria/toast/intl/cs-CZ.json @@ -1,4 +1,4 @@ { "close": "Zavřít", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# oznámení} other {# oznámení}}." } diff --git a/packages/@react-aria/toast/intl/da-DK.json b/packages/@react-aria/toast/intl/da-DK.json index 109c3f571d0..a149e192596 100644 --- a/packages/@react-aria/toast/intl/da-DK.json +++ b/packages/@react-aria/toast/intl/da-DK.json @@ -1,4 +1,4 @@ { "close": "Luk", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# besked} other {# beskeder}}." } diff --git a/packages/@react-aria/toast/intl/de-DE.json b/packages/@react-aria/toast/intl/de-DE.json index 4864f465f6d..7cdeb015853 100644 --- a/packages/@react-aria/toast/intl/de-DE.json +++ b/packages/@react-aria/toast/intl/de-DE.json @@ -1,4 +1,4 @@ { "close": "Schließen", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# Benachrichtigung} other {# Benachrichtigungen}}." } diff --git a/packages/@react-aria/toast/intl/el-GR.json b/packages/@react-aria/toast/intl/el-GR.json index 959146d753a..9c27fd3097b 100644 --- a/packages/@react-aria/toast/intl/el-GR.json +++ b/packages/@react-aria/toast/intl/el-GR.json @@ -1,4 +1,4 @@ { "close": "Κλείσιμο", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# ειδοποίηση} other {# ειδοποιήσεις}}." } diff --git a/packages/@react-aria/toast/intl/es-ES.json b/packages/@react-aria/toast/intl/es-ES.json index 53817c0649e..4263f66d165 100644 --- a/packages/@react-aria/toast/intl/es-ES.json +++ b/packages/@react-aria/toast/intl/es-ES.json @@ -1,4 +1,4 @@ { "close": "Cerrar", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# notificación} other {# notificaciones}}." } diff --git a/packages/@react-aria/toast/intl/et-EE.json b/packages/@react-aria/toast/intl/et-EE.json index 70930dc4025..6cca0a15bb0 100644 --- a/packages/@react-aria/toast/intl/et-EE.json +++ b/packages/@react-aria/toast/intl/et-EE.json @@ -1,4 +1,4 @@ { "close": "Sule", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# teatis} other {# teatist}}." } diff --git a/packages/@react-aria/toast/intl/fi-FI.json b/packages/@react-aria/toast/intl/fi-FI.json index 1d787217b1a..eb4c2dbda97 100644 --- a/packages/@react-aria/toast/intl/fi-FI.json +++ b/packages/@react-aria/toast/intl/fi-FI.json @@ -1,4 +1,4 @@ { "close": "Sulje", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# ilmoitus} other {# ilmoitusta}}." } diff --git a/packages/@react-aria/toast/intl/he-IL.json b/packages/@react-aria/toast/intl/he-IL.json index d336310504b..62d96a541a1 100644 --- a/packages/@react-aria/toast/intl/he-IL.json +++ b/packages/@react-aria/toast/intl/he-IL.json @@ -1,4 +1,4 @@ { "close": "סגור", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# התראה} other {# התראות}}." } diff --git a/packages/@react-aria/toast/intl/hr-HR.json b/packages/@react-aria/toast/intl/hr-HR.json index a563d29164e..4dc0f986eb8 100644 --- a/packages/@react-aria/toast/intl/hr-HR.json +++ b/packages/@react-aria/toast/intl/hr-HR.json @@ -1,4 +1,4 @@ { "close": "Zatvori", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# obavijest} other {# obavijesti}}." } diff --git a/packages/@react-aria/toast/intl/hu-HU.json b/packages/@react-aria/toast/intl/hu-HU.json index 74c36219a89..ef212093054 100644 --- a/packages/@react-aria/toast/intl/hu-HU.json +++ b/packages/@react-aria/toast/intl/hu-HU.json @@ -1,4 +1,4 @@ { "close": "Bezárás", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# értesítés} other {# értesítés}}." } diff --git a/packages/@react-aria/toast/intl/it-IT.json b/packages/@react-aria/toast/intl/it-IT.json index 80dc7e7bd31..8311fccc49b 100644 --- a/packages/@react-aria/toast/intl/it-IT.json +++ b/packages/@react-aria/toast/intl/it-IT.json @@ -1,4 +1,4 @@ { "close": "Chiudi", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# notifica} other {# notifiche}}." } diff --git a/packages/@react-aria/toast/intl/ja-JP.json b/packages/@react-aria/toast/intl/ja-JP.json index f33360d2108..2135d363567 100644 --- a/packages/@react-aria/toast/intl/ja-JP.json +++ b/packages/@react-aria/toast/intl/ja-JP.json @@ -1,4 +1,4 @@ { "close": "閉じる", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# 個の通知} other {# 個の通知}}。" } diff --git a/packages/@react-aria/toast/intl/ko-KR.json b/packages/@react-aria/toast/intl/ko-KR.json index a943b4615d4..16f718e54bf 100644 --- a/packages/@react-aria/toast/intl/ko-KR.json +++ b/packages/@react-aria/toast/intl/ko-KR.json @@ -1,4 +1,4 @@ { "close": "닫기", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {#개 알림} other {#개 알림}}." } diff --git a/packages/@react-aria/toast/intl/lt-LT.json b/packages/@react-aria/toast/intl/lt-LT.json index 98f4a1d3213..1de96198291 100644 --- a/packages/@react-aria/toast/intl/lt-LT.json +++ b/packages/@react-aria/toast/intl/lt-LT.json @@ -1,4 +1,4 @@ { "close": "Uždaryti", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# pranešimas} other {# pranešimai}}." } diff --git a/packages/@react-aria/toast/intl/lv-LV.json b/packages/@react-aria/toast/intl/lv-LV.json index 4223c0ed820..f7eb32db5d2 100644 --- a/packages/@react-aria/toast/intl/lv-LV.json +++ b/packages/@react-aria/toast/intl/lv-LV.json @@ -1,4 +1,4 @@ { "close": "Aizvērt", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# paziņojums} other {# paziņojumi}}." } diff --git a/packages/@react-aria/toast/intl/nb-NO.json b/packages/@react-aria/toast/intl/nb-NO.json index 0b5e0737827..d74e75536b1 100644 --- a/packages/@react-aria/toast/intl/nb-NO.json +++ b/packages/@react-aria/toast/intl/nb-NO.json @@ -1,4 +1,4 @@ { "close": "Lukk", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# varsling} other {# varsler}}." } diff --git a/packages/@react-aria/toast/intl/nl-NL.json b/packages/@react-aria/toast/intl/nl-NL.json index ab4b6a364d9..d83ddabd1ad 100644 --- a/packages/@react-aria/toast/intl/nl-NL.json +++ b/packages/@react-aria/toast/intl/nl-NL.json @@ -1,4 +1,4 @@ { "close": "Sluiten", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# melding} other {# meldingen}}." } diff --git a/packages/@react-aria/toast/intl/pl-PL.json b/packages/@react-aria/toast/intl/pl-PL.json index 6459ad0b32d..1d27ded8baf 100644 --- a/packages/@react-aria/toast/intl/pl-PL.json +++ b/packages/@react-aria/toast/intl/pl-PL.json @@ -1,4 +1,4 @@ { "close": "Zamknij", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# powiadomienie} few {# powiadomienia} many {# powiadomień} other {# powiadomienia}}." } diff --git a/packages/@react-aria/toast/intl/pt-BR.json b/packages/@react-aria/toast/intl/pt-BR.json index 837e1457c56..61f8d50349a 100644 --- a/packages/@react-aria/toast/intl/pt-BR.json +++ b/packages/@react-aria/toast/intl/pt-BR.json @@ -1,4 +1,4 @@ { "close": "Fechar", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# notificação} other {# notificações}}." } diff --git a/packages/@react-aria/toast/intl/pt-PT.json b/packages/@react-aria/toast/intl/pt-PT.json index 837e1457c56..61f8d50349a 100644 --- a/packages/@react-aria/toast/intl/pt-PT.json +++ b/packages/@react-aria/toast/intl/pt-PT.json @@ -1,4 +1,4 @@ { "close": "Fechar", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# notificação} other {# notificações}}." } diff --git a/packages/@react-aria/toast/intl/ro-RO.json b/packages/@react-aria/toast/intl/ro-RO.json index 9a82b8fe316..9eb5cd8f008 100644 --- a/packages/@react-aria/toast/intl/ro-RO.json +++ b/packages/@react-aria/toast/intl/ro-RO.json @@ -1,4 +1,4 @@ { "close": "Închideţi", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# notificare} other {# notificări}}." } diff --git a/packages/@react-aria/toast/intl/ru-RU.json b/packages/@react-aria/toast/intl/ru-RU.json index 5e07b2914e5..419f046a7fa 100644 --- a/packages/@react-aria/toast/intl/ru-RU.json +++ b/packages/@react-aria/toast/intl/ru-RU.json @@ -1,4 +1,4 @@ { "close": "Закрыть", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# уведомление} other {# уведомления}}." } diff --git a/packages/@react-aria/toast/intl/sk-SK.json b/packages/@react-aria/toast/intl/sk-SK.json index f844d8a6064..ec7bb17744f 100644 --- a/packages/@react-aria/toast/intl/sk-SK.json +++ b/packages/@react-aria/toast/intl/sk-SK.json @@ -1,4 +1,4 @@ { "close": "Zatvoriť", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# oznámenie} few {# oznámenia} other {# oznámení}}." } diff --git a/packages/@react-aria/toast/intl/sl-SI.json b/packages/@react-aria/toast/intl/sl-SI.json index 10e640abde6..5021f18c66c 100644 --- a/packages/@react-aria/toast/intl/sl-SI.json +++ b/packages/@react-aria/toast/intl/sl-SI.json @@ -1,4 +1,4 @@ { "close": "Zapri", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# obvestilo} two {# obvestili} few {# obvestila} other {# obvestil}}." } diff --git a/packages/@react-aria/toast/intl/sr-SP.json b/packages/@react-aria/toast/intl/sr-SP.json index a563d29164e..41484d84bed 100644 --- a/packages/@react-aria/toast/intl/sr-SP.json +++ b/packages/@react-aria/toast/intl/sr-SP.json @@ -1,4 +1,4 @@ { "close": "Zatvori", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# obaveštenje} other {# obaveštenja}}." } diff --git a/packages/@react-aria/toast/intl/sv-SE.json b/packages/@react-aria/toast/intl/sv-SE.json index 1524d9c71d1..1bbd71511dc 100644 --- a/packages/@react-aria/toast/intl/sv-SE.json +++ b/packages/@react-aria/toast/intl/sv-SE.json @@ -1,4 +1,4 @@ { "close": "Stäng", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# meddelande} other {# meddelanden}}." } diff --git a/packages/@react-aria/toast/intl/tr-TR.json b/packages/@react-aria/toast/intl/tr-TR.json index 30008ad2b51..290717b458f 100644 --- a/packages/@react-aria/toast/intl/tr-TR.json +++ b/packages/@react-aria/toast/intl/tr-TR.json @@ -1,4 +1,4 @@ { "close": "Kapat", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# bildirim} other {# bildirim}}." } diff --git a/packages/@react-aria/toast/intl/uk-UA.json b/packages/@react-aria/toast/intl/uk-UA.json index 57f7b45beea..9348f78e4db 100644 --- a/packages/@react-aria/toast/intl/uk-UA.json +++ b/packages/@react-aria/toast/intl/uk-UA.json @@ -1,4 +1,4 @@ { "close": "Закрити", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# сповіщення} other {# сповіщення}}." } diff --git a/packages/@react-aria/toast/intl/zh-CN.json b/packages/@react-aria/toast/intl/zh-CN.json index 53e6aec4ecb..8347154d6b6 100644 --- a/packages/@react-aria/toast/intl/zh-CN.json +++ b/packages/@react-aria/toast/intl/zh-CN.json @@ -1,4 +1,4 @@ { "close": "关闭", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# 个通知} other {# 个通知}}。" } diff --git a/packages/@react-aria/toast/intl/zh-TW.json b/packages/@react-aria/toast/intl/zh-TW.json index 47683a580eb..000df6c0c48 100644 --- a/packages/@react-aria/toast/intl/zh-TW.json +++ b/packages/@react-aria/toast/intl/zh-TW.json @@ -1,4 +1,4 @@ { "close": "關閉", - "notifications": "{count, plural, one {# notification} other {# notifications}}." + "notifications": "{count, plural, one {# 個通知} other {# 個通知}}。" } diff --git a/packages/@react-spectrum/card/intl/zh-TW.json b/packages/@react-spectrum/card/intl/zh-TW.json index 37b774507b1..85b3feea22b 100644 --- a/packages/@react-spectrum/card/intl/zh-TW.json +++ b/packages/@react-spectrum/card/intl/zh-TW.json @@ -1,4 +1,4 @@ { - "loading": "正在載入…", + "loading": "載入中…", "loadingMore": "正在載入更多…" } diff --git a/packages/@react-spectrum/listbox/intl/ko-KR.json b/packages/@react-spectrum/listbox/intl/ko-KR.json index 73efea1a885..c383090766a 100644 --- a/packages/@react-spectrum/listbox/intl/ko-KR.json +++ b/packages/@react-spectrum/listbox/intl/ko-KR.json @@ -1,4 +1,4 @@ { - "loading": "로드 중", + "loading": "로드 중…", "loadingMore": "추가 로드 중" } diff --git a/packages/@react-spectrum/listbox/intl/zh-TW.json b/packages/@react-spectrum/listbox/intl/zh-TW.json index 7e07f8b9651..85b3feea22b 100644 --- a/packages/@react-spectrum/listbox/intl/zh-TW.json +++ b/packages/@react-spectrum/listbox/intl/zh-TW.json @@ -1,4 +1,4 @@ { - "loading": "正在載入", + "loading": "載入中…", "loadingMore": "正在載入更多…" } diff --git a/packages/@react-spectrum/picker/intl/ko-KR.json b/packages/@react-spectrum/picker/intl/ko-KR.json index e3dddd65532..d7fb7495d8c 100644 --- a/packages/@react-spectrum/picker/intl/ko-KR.json +++ b/packages/@react-spectrum/picker/intl/ko-KR.json @@ -1,4 +1,4 @@ { - "loading": "로드 중", + "loading": "로드 중…", "placeholder": "선택 사항 선택" } diff --git a/packages/@react-spectrum/picker/intl/zh-TW.json b/packages/@react-spectrum/picker/intl/zh-TW.json index d9c7920db95..c291c349e14 100644 --- a/packages/@react-spectrum/picker/intl/zh-TW.json +++ b/packages/@react-spectrum/picker/intl/zh-TW.json @@ -1,4 +1,4 @@ { - "loading": "正在載入", + "loading": "載入中…", "placeholder": "選取一個選項" } diff --git a/packages/@react-spectrum/table/intl/zh-TW.json b/packages/@react-spectrum/table/intl/zh-TW.json index 32cc34c0ad9..e3a7e788960 100644 --- a/packages/@react-spectrum/table/intl/zh-TW.json +++ b/packages/@react-spectrum/table/intl/zh-TW.json @@ -3,7 +3,7 @@ "columnResizer": "欄大小調整器", "drag": "拖曳", "expand": "展開", - "loading": "正在載入", + "loading": "載入中…", "loadingMore": "正在載入更多…", "resizeColumn": "調整欄大小", "sortAscending": "升序排序",