[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2019-10-30 03:03:17 +00:00
parent af803c3aac
commit 84eba5b2b9
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 14 additions and 0 deletions

View File

@ -81,6 +81,7 @@
<string name="nc_settings_theme_title">Tema</string>
<string name="nc_settings_theme_key">tema</string>
<string name="nc_settings_theme_follow_system">Uporabi sistemsko privzeto možnost</string>
<string name="nc_settings_theme_battery_saver">Nastavljeno prek zunanjega programa</string>
<string name="nc_settings_theme_light">Svetla</string>
<string name="nc_settings_theme_dark">Temna</string>
<string name="nc_settings_privacy">Zasebnost</string>
@ -184,6 +185,9 @@
<string name="nc_configure_cert_auth">Izbor potrdila za overitev</string>
<string name="nc_change_cert_auth">Spremeni potrdilo za overitev</string>
<!-- Moderation -->
<string name="nc_demote">Ponižaj iz moderatorja</string>
<string name="nc_promote">Povišaj v moderatorja</string>
<string name="nc_remove_participant">Odstrani udeležence</string>
<!-- Chat -->

View File

@ -128,6 +128,8 @@
<string name="nc_start_conversation">发起会话</string>
<string name="nc_configure_room">配置会话</string>
<string name="nc_leave">离开会话</string>
<string name="nc_leave_message">请确认您真要离开此会话。</string>
<string name="nc_simple_leave">离开</string>
<string name="nc_rename">重命名会话</string>
<string name="nc_set_password">设置一个密码</string>
<string name="nc_change_password">修改密码</string>
@ -278,4 +280,12 @@
会议预定于%1$s开始。</string>
<string name="nc_manual">未设置</string>
<!-- Errors -->
<string name="nc_no_connection_error">无连接</string>
<string name="nc_bad_response_error">错误的响应</string>
<string name="nc_timeout_error">超时</string>
<string name="nc_empty_response_error">空的响应</string>
<string name="nc_not_defined_error">未知错误</string>
<string name="nc_unauthorized_error">未经授权</string>
</resources>