mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 02:17:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "ocsms",
 | |
|     {
 | |
|     "Phone Sync" : "电话同步",
 | |
|     "An app to sync SMS with your cloud" : "一个将短信同步到你的云的应用",
 | |
|     "Cancel" : "取消",
 | |
|     "Confirm" : "确认",
 | |
|     "No contact found." : "无法找到联系人。",
 | |
|     "Settings" : "设置",
 | |
|     "Max messages to load per conversation" : "每个会话加载的最大短信数目",
 | |
|     "Invalid message limit" : "无效的消息限制",
 | |
|     "Default country code" : "默认国家编码",
 | |
|     "Contact ordering" : "联系人排序",
 | |
|     "Last message" : "上一条消息",
 | |
|     "Label" : "标签",
 | |
|     "Reverse ?" : "反向?",
 | |
|     "Notification settings" : "通知设置",
 | |
|     "Enable" : "启用",
 | |
|     "Disable" : "禁用",
 | |
|     "Are you sure you want to wipe all your messages ?" : "您确定您要清除您的所有消息吗?",
 | |
|     "Reset all messages" : "重置所有消息",
 | |
|     "%s message(s) shown of %s message(s) stored in database." : "保存在数据库里的 %s 条消息中被显示的 %s 条消息",
 | |
|     "Please select a conversation from the list to load it." : "请在列表中选择一个会话来加载。"
 | |
| },
 | |
| "nplurals=1; plural=0;");
 |