Skip to content

Commit

Permalink
New Crowdin translations (devgianlu#94)
Browse files Browse the repository at this point in the history
* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Traditional)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)
  • Loading branch information
devgianlu authored Feb 23, 2020
1 parent d32c238 commit ad91973
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Tutorial -->
<string name="tutorial_moreDetails">Tap on the card to reveal more details</string>
Expand Down Expand Up @@ -90,7 +89,7 @@
<string name="peers">Pares</string>
<string name="servers">Servidores</string>
<string name="addProfile">Adicionar perfil</string>
<string name="home">Início</string>
<string name="home">Inicio</string>
<string name="announceList">Anunciar lista</string>
<string name="port">Porta</string>
<string name="endpoint">Ponto final</string>
Expand Down Expand Up @@ -343,4 +342,6 @@
<string name="noDownloads_addOne">Não há downloads! Você pode adicionar um tocando no ícone de adição no canto inferior direito.</string>
<string name="noDownloads_changeFilters">Não há downloads para exibir! Tente alterar seus filtros.</string>
<string name="filtersShowingOnly">Mostrando apenas %s (%d)</string>
<string name="prefs_skipWebViewDialog">Skip WebView dialog</string>
<string name="prefs_skipWebViewDialog_summary">Whether to skip the WebView dialog when sharing a link</string>
</resources>
5 changes: 3 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Tutorial -->
<string name="tutorial_moreDetails">点击卡片显示更多详细信息</string>
Expand Down Expand Up @@ -43,7 +42,7 @@
<string name="failedExportingProfiles">导出配置文件失败!</string>
<string name="profilesImportedSuccessfully">成功导入配置文件。</string>
<string name="profilesExportedSuccessfully">配置文件已成功导出到%s。</string>
<string name="userPasswd">User - passwd</string>
<string name="userPasswd">用户名 - 密码</string>
<!-- General -->
<string name="downloadStatus_waiting">在队列中等候</string>
<string name="downloadStatus_error">错误</string>
Expand Down Expand Up @@ -343,4 +342,6 @@
<string name="noDownloads_addOne">没有下载任务。请点击屏幕右下角的加号图标添加下载任务。</string>
<string name="noDownloads_changeFilters">没有可显示的下载任务。请尝试更改筛选条件。</string>
<string name="filtersShowingOnly">仅显示%s (%d)</string>
<string name="prefs_skipWebViewDialog">跳过WebView对话框</string>
<string name="prefs_skipWebViewDialog_summary">分享链接时,是否跳过打开WebView对话框</string>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Tutorial -->
<string name="tutorial_moreDetails">Tap on the card to reveal more details</string>
Expand Down Expand Up @@ -343,4 +342,6 @@
<string name="noDownloads_addOne">There are no downloads! You can add one by tapping the plus icon in the bottom right corner.</string>
<string name="noDownloads_changeFilters">There are no downloads to display! Try changing your filters.</string>
<string name="filtersShowingOnly">Showing only %s (%d)</string>
<string name="prefs_skipWebViewDialog">Skip WebView dialog</string>
<string name="prefs_skipWebViewDialog_summary">Whether to skip the WebView dialog when sharing a link</string>
</resources>

0 comments on commit ad91973

Please sign in to comment.