diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 85a695099..92995a593 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -419,6 +419,7 @@ OC.L10N.register( "Move left" : "向左移動", "Move right" : "向右移動", "Files without location" : "沒有位置的檔案", + "Unidentified location" : "未知位置", "Image saved successfully" : "圖片儲存成功", "Error saving image: {error}" : "儲存影像時發生錯誤:{error}", "Unsaved changes" : "未儲存變更", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 86feea641..11f66a64d 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -417,6 +417,7 @@ "Move left" : "向左移動", "Move right" : "向右移動", "Files without location" : "沒有位置的檔案", + "Unidentified location" : "未知位置", "Image saved successfully" : "圖片儲存成功", "Error saving image: {error}" : "儲存影像時發生錯誤:{error}", "Unsaved changes" : "未儲存變更",