69 lines
3.2 KiB
JavaScript
69 lines
3.2 KiB
JavaScript
OC.L10N.register(
|
|
"memories",
|
|
{
|
|
"Memories" : "回憶",
|
|
"Yet another photo management app" : "又一個照片管理應用程式",
|
|
"Timeline" : "時間線",
|
|
"Folders" : "資料夾",
|
|
"Favorites" : "最愛",
|
|
"Videos" : "影片",
|
|
"People" : "人物",
|
|
"Archive" : "存檔",
|
|
"On this day" : "當年今日",
|
|
"Tags" : "標籤",
|
|
"Settings" : "設定",
|
|
"Cancel" : "取消",
|
|
"Delete" : "刪除",
|
|
"Download" : "下載",
|
|
"Favorite" : "我的最愛",
|
|
"Unarchive" : "取消封存",
|
|
"Edit Date/Time" : "編輯日期/時間",
|
|
"View in folder" : "在資料夾中檢視",
|
|
"Remove from person" : "從人中刪除",
|
|
"You are about to download a large number of files. Are you sure?" : "您即將下載大量檔案。你確定嗎?",
|
|
"You are about to delete a large number of files. Are you sure?" : "您即將刪除大量檔案。你確定嗎?",
|
|
"You are about to touch a large number of files. Are you sure?" : "您將要處理大量檔案。你確定嗎?",
|
|
"_{n} selected_::_{n} selected_" : ["已選擇 {n} 個"],
|
|
"Timeline Path" : "時間線途徑",
|
|
"Show hidden folders" : "顯示隱藏資料夾",
|
|
"Update" : "更新",
|
|
"Error updating settings" : "更新設定時發生錯誤",
|
|
"Your Timeline" : "您的時間線",
|
|
"Failed to load some photos" : "未能加載一些照片",
|
|
"Update Exif" : "更新 Exif",
|
|
"Newest" : "最新",
|
|
"Year" : "年",
|
|
"Month" : "月",
|
|
"Day" : "日",
|
|
"Time" : "時間",
|
|
"Hour" : "小時",
|
|
"Minute" : "分鐘",
|
|
"Oldest" : "最舊",
|
|
"Processing … {n}/{m}" : "處理中 ... {n}/{m}",
|
|
"This feature modifies files in your storage to update Exif data." : "此功能會修改存儲中的檔案以更新 Exif 數據。",
|
|
"Exercise caution and make sure you have backups." : "謹慎行事並確保您有備份。",
|
|
"Loading data … {n}/{m}" : "正在加載數據 ... {n}/{m}",
|
|
"Remove person" : "移除人",
|
|
"Are you sure you want to remove {name}" : "您確定要移除 {name} 嗎?",
|
|
"Failed to delete {name}." : "刪除 {name} 失敗。",
|
|
"Rename person" : "重新命名人",
|
|
"Name" : "名字",
|
|
"Failed to rename {oldName} to {name}." : "重新命名 {oldName} 為 {name} 失敗。",
|
|
"Loading …" : "加載中 …",
|
|
"Merge {name} with person" : "將 {name} 與人合併",
|
|
"Are you sure you want to merge {name} with {newName}?" : "您確定要將 {name} 與 {newName} 合併嗎?",
|
|
"Too many failures, aborting" : "失敗次數過多,中止",
|
|
"Error while moving {basename}" : "移動 {basename} 時出錯",
|
|
"Failed to move {name}." : "移動 {name} 失敗。",
|
|
"Back" : "返回",
|
|
"Merge with different person" : "與其他人合併",
|
|
"Failed to delete files." : "刪除檔案失敗。",
|
|
"Failed to delete {fileName}." : "刪除 {fileName} 失敗。",
|
|
"General Failure" : "一般故障",
|
|
"Error: {msg}" : "錯誤:{msg}",
|
|
"Failed to favorite {fileName}." : "將 {fileName} 加入最愛失敗。",
|
|
"Failed to favorite files." : "加入最愛失敗。",
|
|
"Cannot find this photo anymore!" : "再也找不到這張照片了!"
|
|
},
|
|
"nplurals=1; plural=0;");
|