summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-08-20 13:16:02 -0700
committerMicah Lee <micah@micahflee.com>2021-08-20 13:16:02 -0700
commitc017f8dd33e78db72ff8e0b7178f7cf887acb4e9 (patch)
tree86ef3e69305700381935dd32dae9985f89f39f92
parent517285c9c09458375dfe57892943c260a1fb85e1 (diff)
parent7a8b135da3fd5484776ad808b304a927541dd36a (diff)
downloadonionshare-c017f8dd33e78db72ff8e0b7178f7cf887acb4e9.tar.gz
onionshare-c017f8dd33e78db72ff8e0b7178f7cf887acb4e9.zip
Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into version-2.3.3
-rw-r--r--desktop/src/onionshare/resources/locale/is.json7
-rw-r--r--desktop/src/onionshare/resources/locale/zh_Hans.json3
2 files changed, 8 insertions, 2 deletions
diff --git a/desktop/src/onionshare/resources/locale/is.json b/desktop/src/onionshare/resources/locale/is.json
index e8a3bf3b..bdbc0e6b 100644
--- a/desktop/src/onionshare/resources/locale/is.json
+++ b/desktop/src/onionshare/resources/locale/is.json
@@ -293,5 +293,10 @@
"mode_settings_receive_webhook_url_checkbox": "Nota webhook fyrir tilkynningar",
"mode_settings_receive_disable_files_checkbox": "Gera innsendingu skráa óvirka",
"mode_settings_receive_disable_text_checkbox": "Gera innsendingu texta óvirka",
- "mode_settings_title_label": "Sérsniðinn titill"
+ "mode_settings_title_label": "Sérsniðinn titill",
+ "gui_status_indicator_chat_started": "Spjalla",
+ "gui_status_indicator_chat_scheduled": "Áætlað…",
+ "gui_status_indicator_chat_working": "Ræsi…",
+ "gui_status_indicator_chat_stopped": "Tilbúið í spjall",
+ "gui_please_wait_no_button": "Ræsi…"
}
diff --git a/desktop/src/onionshare/resources/locale/zh_Hans.json b/desktop/src/onionshare/resources/locale/zh_Hans.json
index af0a2a99..d14b5754 100644
--- a/desktop/src/onionshare/resources/locale/zh_Hans.json
+++ b/desktop/src/onionshare/resources/locale/zh_Hans.json
@@ -294,5 +294,6 @@
"gui_status_indicator_chat_started": "正在聊天",
"gui_status_indicator_chat_scheduled": "已安排…",
"gui_status_indicator_chat_working": "启动中…",
- "gui_status_indicator_chat_stopped": "准备好聊天"
+ "gui_status_indicator_chat_stopped": "准备好聊天",
+ "gui_please_wait_no_button": "启动中…"
}