20 lines
		
	
	
		
			756 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			756 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "richdocuments",
 | |
|     {
 | |
|     "Saving..." : "儲存中...",
 | |
|     "More versions..." : "更多版本…",
 | |
|     "Save" : "儲存",
 | |
|     "Loading documents..." : "讀取文件中...",
 | |
|     "Edit" : "編輯",
 | |
|     "Could not create file" : "無法建立檔案",
 | |
|     "Can't create document" : "無法建立文件",
 | |
|     "Saved" : "已儲存",
 | |
|     "Apply" : "套用",
 | |
|     "Wrong password. Please retry." : "密碼錯誤,請重新嘗試。",
 | |
|     "Password" : "密碼",
 | |
|     "OK" : "確定",
 | |
|     "Guest %s" : "訪客 %s",
 | |
|     "This link has been expired or is never existed. Please contact the person who shared it with you for details." : "此連結已失效或不存在,詳細資訊請聯繫此連結的分享者。"
 | |
| },
 | |
| "nplurals=1; plural=0;");
 |