From e818e9ce1c7d5400faa0d267ba4ad688b456a0b4 Mon Sep 17 00:00:00 2001 From: pop4959 Date: Sun, 11 Feb 2024 13:13:59 -0800 Subject: [PATCH] New Crowdin updates (#133) --- common/src/main/resources/lang/cs.properties | 2 ++ common/src/main/resources/lang/de.properties | 2 ++ common/src/main/resources/lang/es.properties | 2 ++ common/src/main/resources/lang/fr.properties | 2 ++ common/src/main/resources/lang/it.properties | 2 ++ common/src/main/resources/lang/ja.properties | 2 ++ common/src/main/resources/lang/pl.properties | 2 ++ common/src/main/resources/lang/pt_BR.properties | 2 ++ common/src/main/resources/lang/ru.properties | 2 ++ common/src/main/resources/lang/sk.properties | 2 ++ common/src/main/resources/lang/vi.properties | 2 ++ common/src/main/resources/lang/zh.properties | 2 ++ 12 files changed, 24 insertions(+) diff --git a/common/src/main/resources/lang/cs.properties b/common/src/main/resources/lang/cs.properties index e1f6e1dc..51420b92 100644 --- a/common/src/main/resources/lang/cs.properties +++ b/common/src/main/resources/lang/cs.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Čištění databáze spuštěno pro zámků. Může to chvíli trvat. cleanup_remove=Neplatný zámek byl odstraněn\: cleanup_complete=Čištění databáze doběhlo po sekundách, bylo odstraněno zámků. diff --git a/common/src/main/resources/lang/de.properties b/common/src/main/resources/lang/de.properties index 9a218db3..d3a77c91 100644 --- a/common/src/main/resources/lang/de.properties +++ b/common/src/main/resources/lang/de.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Starte Bereinigung von Sicherungen. Dies kann eine Weile dauern. cleanup_remove=Ungültiger Schutz wird entfernt\: cleanup_complete=Bereinigung von Sicherungen in Sekunden abgeschlossen\! diff --git a/common/src/main/resources/lang/es.properties b/common/src/main/resources/lang/es.properties index d440caa1..cabe384f 100644 --- a/common/src/main/resources/lang/es.properties +++ b/common/src/main/resources/lang/es.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Iniciando limpieza de protecciones. Este proceso podría tardar un poco. cleanup_remove=Eliminando protección inválida\: cleanup_complete=¡Ha finalizado la limpieza de protecciones en tan solo segundos\! diff --git a/common/src/main/resources/lang/fr.properties b/common/src/main/resources/lang/fr.properties index b975c2bc..e4859923 100644 --- a/common/src/main/resources/lang/fr.properties +++ b/common/src/main/resources/lang/fr.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Démarrage de la suppression de protections... cleanup_remove=Suppression de la protection invalide \: cleanup_complete=Suppression de protections terminée en secondes \! diff --git a/common/src/main/resources/lang/it.properties b/common/src/main/resources/lang/it.properties index 501e9fa7..b7c2f6b6 100644 --- a/common/src/main/resources/lang/it.properties +++ b/common/src/main/resources/lang/it.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Avviando la pulizia sule protezioni . Potrebbe volerci un po' di tempo. cleanup_remove=Rimozione protezione non valida\: cleanup_complete=Pulizia completata di protezioni in secondi\! diff --git a/common/src/main/resources/lang/ja.properties b/common/src/main/resources/lang/ja.properties index 38b65c00..9373ef2e 100644 --- a/common/src/main/resources/lang/ja.properties +++ b/common/src/main/resources/lang/ja.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start= 個の保護のクリーンアップを開始します。しばらく時間がかかる場合があります。 cleanup_remove=無効な保護を削除しています\: cleanup_complete= 個の保護のクリーンアップが 秒で完了しました\! diff --git a/common/src/main/resources/lang/pl.properties b/common/src/main/resources/lang/pl.properties index fb940c41..a0e51763 100644 --- a/common/src/main/resources/lang/pl.properties +++ b/common/src/main/resources/lang/pl.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Rozpoczynam czyszczenie zabezpieczeń. Może to zająć trochę czasu. cleanup_remove=Usuwam nieprawidłowe zabezpieczenia\: cleanup_complete=Ukończono pozytywnie czyszczenie zabezpieczeń w sekund\! diff --git a/common/src/main/resources/lang/pt_BR.properties b/common/src/main/resources/lang/pt_BR.properties index b27074e6..7553e4d6 100644 --- a/common/src/main/resources/lang/pt_BR.properties +++ b/common/src/main/resources/lang/pt_BR.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Começando a limpeza em proteções. Isto pode demorar um pouco. cleanup_remove=Removendo proteção inválida\: cleanup_complete=Limpeza concluída de proteções em segundos\! diff --git a/common/src/main/resources/lang/ru.properties b/common/src/main/resources/lang/ru.properties index abe3728b..db073197 100644 --- a/common/src/main/resources/lang/ru.properties +++ b/common/src/main/resources/lang/ru.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Начата очистка приватов. Это может занять некоторое время. cleanup_remove=Удаление недействительных приватов\: cleanup_complete=Очистка приватов была завершена за секунд\! diff --git a/common/src/main/resources/lang/sk.properties b/common/src/main/resources/lang/sk.properties index 1db717d5..b36feb92 100644 --- a/common/src/main/resources/lang/sk.properties +++ b/common/src/main/resources/lang/sk.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Čistenie databázy spustené pre zámkov. Môže to chvíľu trvať. cleanup_remove=Neplatný zámok odstránený\: cleanup_complete=Čistenie databázy dokončené po sekundách, odstránených bolo zámkov. diff --git a/common/src/main/resources/lang/vi.properties b/common/src/main/resources/lang/vi.properties index d998f669..c90ae5e3 100644 --- a/common/src/main/resources/lang/vi.properties +++ b/common/src/main/resources/lang/vi.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=Đang bắt đầu dọn dẹp bảo vệ. Điều này có thể mất một lúc. cleanup_remove=Đang xóa biện pháp bảo vệ không hợp lệ\: cleanup_complete=Đã hoàn thành dọn dẹp biện pháp bảo vệ trong giây\! diff --git a/common/src/main/resources/lang/zh.properties b/common/src/main/resources/lang/zh.properties index b302b1ad..20c80395 100644 --- a/common/src/main/resources/lang/zh.properties +++ b/common/src/main/resources/lang/zh.properties @@ -1,3 +1,5 @@ +access_list_entry= * (\: ) +access_list_entry_default= * () cleanup_start=开始清理 个保护。这可能需要一段时间。 cleanup_remove=删除无效的保护: cleanup_complete=已在 秒内完成对 保护的清理!