Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/44745/head
parent
4af9bef712
commit
fc560d8ec9
@ -1,8 +1,8 @@ |
||||
{ "translations": { |
||||
"Recently contacted" : "最近聯絡", |
||||
"Contacts Interaction" : "聯絡人互動", |
||||
"Manages interaction between accounts and contacts" : "管理賬戶與聯絡人間的互動", |
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "蒐集關於賬戶與聯絡人互動的資料,並提供資料的通訊錄", |
||||
"Manages interaction between accounts and contacts" : "管理帳戶與聯絡人間的互動", |
||||
"Collect data about accounts and contacts interactions and provide an address book for the data" : "蒐集關於帳戶與聯絡人互動的資料,並提供資料的通訊錄", |
||||
"Manages interaction between users and contacts" : "管理用戶與聯絡人間的互動", |
||||
"Collect data about user and contacts interactions and provide an address book for the data" : "蒐集關於用戶與聯絡人互動的資料,並提供資料的通訊錄" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
|
@ -0,0 +1,35 @@ |
||||
OC.L10N.register( |
||||
"files_reminders", |
||||
{ |
||||
"File reminders" : "文件提醒", |
||||
"Reminder for {name}" : "{name} 的提醒", |
||||
"View file" : "查看文件", |
||||
"View folder" : "查看文件夹", |
||||
"Set file reminders" : "设置文件提醒", |
||||
"**📣 File reminders**\n\nSet file reminders." : "**📣 文件提醒**\n\n设置文件提醒。", |
||||
"We will remind you of this file" : "我们将会提醒你该文件", |
||||
"Please choose a valid date & time" : "请选择一个有效的日期&时间", |
||||
"Cancel" : "取消", |
||||
"Clear reminder" : "移除提醒", |
||||
"Set reminder" : "设置提醒", |
||||
"Set reminder for \"{fileName}\"" : "设置文件 “{fileName}” 的提醒", |
||||
"Set reminder at custom date & time" : "设置自定义日期&时间提醒", |
||||
"Reminder set for \"{fileName}\"" : "文件 “{fileName}” 的提醒设置", |
||||
"Failed to set reminder" : "无法设置提醒", |
||||
"Reminder cleared for \"{fileName}\"" : "清除文件 “{fileName}” 的提醒", |
||||
"Failed to clear reminder" : "无法清除文件提醒", |
||||
"Reminder set" : "提醒设置", |
||||
"Set custom reminder" : "设置自定义提醒", |
||||
"Later today" : "今日稍晚", |
||||
"Set reminder for later today" : "今日稍晚提醒", |
||||
"Tomorrow" : "明天", |
||||
"Set reminder for tomorrow" : "明天提醒", |
||||
"This weekend" : "本周末", |
||||
"Set reminder for this weekend" : "本周末提醒", |
||||
"Next week" : "下周", |
||||
"Set reminder for next week" : "下周提醒", |
||||
"Back" : "返回", |
||||
"Reminder cleared" : "清除提醒", |
||||
"Failed to load reminder" : "无法加载提醒" |
||||
}, |
||||
"nplurals=1; plural=0;"); |
@ -0,0 +1,33 @@ |
||||
{ "translations": { |
||||
"File reminders" : "文件提醒", |
||||
"Reminder for {name}" : "{name} 的提醒", |
||||
"View file" : "查看文件", |
||||
"View folder" : "查看文件夹", |
||||
"Set file reminders" : "设置文件提醒", |
||||
"**📣 File reminders**\n\nSet file reminders." : "**📣 文件提醒**\n\n设置文件提醒。", |
||||
"We will remind you of this file" : "我们将会提醒你该文件", |
||||
"Please choose a valid date & time" : "请选择一个有效的日期&时间", |
||||
"Cancel" : "取消", |
||||
"Clear reminder" : "移除提醒", |
||||
"Set reminder" : "设置提醒", |
||||
"Set reminder for \"{fileName}\"" : "设置文件 “{fileName}” 的提醒", |
||||
"Set reminder at custom date & time" : "设置自定义日期&时间提醒", |
||||
"Reminder set for \"{fileName}\"" : "文件 “{fileName}” 的提醒设置", |
||||
"Failed to set reminder" : "无法设置提醒", |
||||
"Reminder cleared for \"{fileName}\"" : "清除文件 “{fileName}” 的提醒", |
||||
"Failed to clear reminder" : "无法清除文件提醒", |
||||
"Reminder set" : "提醒设置", |
||||
"Set custom reminder" : "设置自定义提醒", |
||||
"Later today" : "今日稍晚", |
||||
"Set reminder for later today" : "今日稍晚提醒", |
||||
"Tomorrow" : "明天", |
||||
"Set reminder for tomorrow" : "明天提醒", |
||||
"This weekend" : "本周末", |
||||
"Set reminder for this weekend" : "本周末提醒", |
||||
"Next week" : "下周", |
||||
"Set reminder for next week" : "下周提醒", |
||||
"Back" : "返回", |
||||
"Reminder cleared" : "清除提醒", |
||||
"Failed to load reminder" : "无法加载提醒" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue