mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 02:17:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| OC.L10N.register(
 | |
|     "ocsms",
 | |
|     {
 | |
|     "Phone Sync" : "電話の同期",
 | |
|     "An app to sync SMS with your cloud" : "あなたのクラウドとSMSを同期させるアプリ",
 | |
|     "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 messages shown of %s messages stored in database." : "データベースに格納されている%sメッセージの%sメッセージを表示",
 | |
|     "Please select a conversation from the list to load it." : "読み込む会話をリストから選択してください。"
 | |
| },
 | |
| "nplurals=1; plural=0;");
 |