|
@@ -89,6 +89,7 @@
|
|
|
<string name="changelog_dev_version">更新日誌開發版本</string>
|
|
|
<string name="checkbox">核取方塊</string>
|
|
|
<string name="choose_local_folder">選擇本機資料夾……</string>
|
|
|
+ <string name="choose_location">選擇位置</string>
|
|
|
<string name="choose_remote_folder">選擇遠端資料夾……</string>
|
|
|
<string name="choose_template_helper_text">請選擇範本並輸入檔案名稱。</string>
|
|
|
<string name="choose_which_file">選擇要保留哪個檔案!</string>
|
|
@@ -293,6 +294,7 @@
|
|
|
<string name="failed_update_ui">更新使用者介面失敗</string>
|
|
|
<string name="favorite">加到我的最愛</string>
|
|
|
<string name="favorite_icon">我的最愛</string>
|
|
|
+ <string name="file_already_exists">檔案名稱已存在</string>
|
|
|
<string name="file_delete">刪除</string>
|
|
|
<string name="file_detail_activity_error">取得檔案活動時發生錯誤</string>
|
|
|
<string name="file_details_no_content">載入詳細資訊失敗</string>
|
|
@@ -404,6 +406,7 @@
|
|
|
<string name="local_file_not_found_message">本機檔案系統中找不到檔案</string>
|
|
|
<string name="local_folder_friendly_path">%1$s/%2$s</string>
|
|
|
<string name="local_folder_list_empty">沒有其他資料夾了</string>
|
|
|
+ <string name="locate_folder">尋找資料夾</string>
|
|
|
<string name="lock_expiration_info">過期:%1$s</string>
|
|
|
<string name="lock_file">上鎖檔案</string>
|
|
|
<string name="locked_by">被 %1$s 鎖定</string>
|
|
@@ -610,6 +613,7 @@
|
|
|
<string name="screenshot_06_davdroid_subline">使用 DAVx5 同步</string>
|
|
|
<string name="search_error">取得搜尋結果時發生錯誤</string>
|
|
|
<string name="select_all">全選</string>
|
|
|
+ <string name="select_media_folder">設定媒體資料夾</string>
|
|
|
<string name="select_one_template">請選取一個範本</string>
|
|
|
<string name="select_template">選取範本</string>
|
|
|
<string name="send">傳送</string>
|
|
@@ -664,6 +668,8 @@
|
|
|
<string name="shared_icon_shared_via_link">透過連結分享</string>
|
|
|
<string name="shared_with_you_by">%1$s已經與您分享</string>
|
|
|
<string name="sharee_add_failed">分享失敗</string>
|
|
|
+ <string name="show_images">顯示照片</string>
|
|
|
+ <string name="show_video">顯示影片</string>
|
|
|
<string name="signup_with_provider">使用第三方登入</string>
|
|
|
<string name="single_sign_on_request_token" formatted="true">允許 %1$s 存取您的 Nextcloud 帳號 %2$s?</string>
|
|
|
<string name="sort_by">排列方式</string>
|
|
@@ -720,6 +726,9 @@
|
|
|
<string name="strict_mode">嚴格模式:不允許 HTTP 連線!</string>
|
|
|
<string name="subject_shared_with_you">「%1$s」已經與您分享</string>
|
|
|
<string name="subject_user_shared_with_you">%1$s 分享了「%2$s」給您</string>
|
|
|
+ <string name="subtitle_photos_only">僅限照片</string>
|
|
|
+ <string name="subtitle_photos_videos">照片與影片</string>
|
|
|
+ <string name="subtitle_videos_only">僅影片</string>
|
|
|
<string name="suggest">建議</string>
|
|
|
<string name="sync_conflicts_in_favourites_ticker">出現衝突</string>
|
|
|
<string name="sync_current_folder_was_removed">資料夾 %1$s 已不存在</string>
|
|
@@ -889,6 +898,18 @@
|
|
|
<plurals name="found_n_duplicates">
|
|
|
<item quantity="other">已找到 %d 重複的條目。</item>
|
|
|
</plurals>
|
|
|
+ <plurals name="export_successful">
|
|
|
+ <item quantity="other">匯出 %d 個檔案</item>
|
|
|
+ </plurals>
|
|
|
+ <plurals name="export_failed">
|
|
|
+ <item quantity="other">匯出 %d 個檔案失敗</item>
|
|
|
+ </plurals>
|
|
|
+ <plurals name="export_partially_failed">
|
|
|
+ <item quantity="other">已匯出 %d 個檔案,因為錯誤而略過其餘部份</item>
|
|
|
+ </plurals>
|
|
|
+ <plurals name="export_start">
|
|
|
+ <item quantity="other">將要匯出 %d 個檔案。檢視通知以取得更多資訊。</item>
|
|
|
+ </plurals>
|
|
|
<plurals name="file_list__footer__folder">
|
|
|
<item quantity="other">%1$d 個資料夾</item>
|
|
|
</plurals>
|