diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-21 00:20:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-21 00:20:31 +0000 |
commit | 488055e37e342d2189abf6dc308115e24ad5880a (patch) | |
tree | 6085293c740534e8d091e9a6dd409ce5d06c1ae9 /apps/dav | |
parent | 64cbf914eb0fb1e793744494e949e1ee64eb9377 (diff) | |
download | nextcloud-server-488055e37e342d2189abf6dc308115e24ad5880a.tar.gz nextcloud-server-488055e37e342d2189abf6dc308115e24ad5880a.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/l10n/fr.js | 3 | ||||
-rw-r--r-- | apps/dav/l10n/fr.json | 3 | ||||
-rw-r--r-- | apps/dav/l10n/zh_CN.js | 11 | ||||
-rw-r--r-- | apps/dav/l10n/zh_CN.json | 11 |
4 files changed, 20 insertions, 8 deletions
diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 38190f7c18e..ee32761f8c9 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -168,6 +168,8 @@ OC.L10N.register( "Last" : "Dernière", "Second Last" : "Avant dernier", "Third Last" : "Antépénultième", + "Fourth Last" : "Quatrième dernier", + "Fifty Last" : "Cinquante derniers", "Contacts" : "Contacts", "{actor} created address book {addressbook}" : "{actor} a créé le carnet d'adresses {addressbook}", "You created address book {addressbook}" : "Vous avez créé le carnet d'adresses {addressbook}", @@ -196,6 +198,7 @@ OC.L10N.register( "Accounts" : "Comptes", "System address book which holds all accounts" : "Carnet d'adresses système qui regroupe tous les comptes", "File is not updatable: %1$s" : "Ce fichier ne peut pas être mis à jour : %1$s", + "Failed to get storage for file" : "Impossible d'obtenir l'espace de stockage pour le fichier", "Could not write to final file, canceled by hook" : "Impossible d'écrire dans le fichier final, annulé par le hook", "Could not write file contents" : "Impossible d'écrire le contenu du fichier", "_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"], diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index 4e5a13571bc..c78dad65f14 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -166,6 +166,8 @@ "Last" : "Dernière", "Second Last" : "Avant dernier", "Third Last" : "Antépénultième", + "Fourth Last" : "Quatrième dernier", + "Fifty Last" : "Cinquante derniers", "Contacts" : "Contacts", "{actor} created address book {addressbook}" : "{actor} a créé le carnet d'adresses {addressbook}", "You created address book {addressbook}" : "Vous avez créé le carnet d'adresses {addressbook}", @@ -194,6 +196,7 @@ "Accounts" : "Comptes", "System address book which holds all accounts" : "Carnet d'adresses système qui regroupe tous les comptes", "File is not updatable: %1$s" : "Ce fichier ne peut pas être mis à jour : %1$s", + "Failed to get storage for file" : "Impossible d'obtenir l'espace de stockage pour le fichier", "Could not write to final file, canceled by hook" : "Impossible d'écrire dans le fichier final, annulé par le hook", "Could not write file contents" : "Impossible d'écrire le contenu du fichier", "_%n byte_::_%n bytes_" : ["%n octet","%n octets","%n octets"], diff --git a/apps/dav/l10n/zh_CN.js b/apps/dav/l10n/zh_CN.js index b81ef9ba268..fd30f2ef338 100644 --- a/apps/dav/l10n/zh_CN.js +++ b/apps/dav/l10n/zh_CN.js @@ -179,6 +179,9 @@ OC.L10N.register( "WebDAV" : "WebDAV", "First day" : "第一天", "Last day (inclusive)" : "最后一天(含)", + "Out of office replacement (optional)" : "外出时工作替代人员(可选)", + "Name of the replacement" : "替代人员名称", + "Start typing." : "开始输入", "Short absence status" : "短暂离开状态", "Long absence Message" : "长期离开信息", "Save" : "保存", @@ -195,14 +198,14 @@ OC.L10N.register( "Weekdays" : "工作日", "Pick a start time for {dayName}" : "选择 {dayName} 的开始时间", "Pick a end time for {dayName}" : "选择 {dayName} 的结束时间", - "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "不在可用时间内时,自动将用户状态设置为“请勿打扰”并静音所有通知。", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "不在工作时间内时,自动将用户状态设置为“请勿打扰”并静音所有通知。", "Failed to load availability" : "可用时间段加载失败", "Saved availability" : "可用时间已保存", "Failed to save availability" : "可用时间保存失败", - "Availability" : "可用性", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果您配置工作时间,其他人在预订会议时就会看到您何时不在办公室。", + "Availability" : "工作时间", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果你配置了工作时间,其他人在预订会议时会看到你何时不在办公室。", "Absence" : "离开", - "Configure your next absence period." : "配置您的下一次离开时段", + "Configure your next absence period." : "配置你的下一次离开时段", "Calendar server" : "日历服务器", "Send invitations to attendees" : "向与会者发送邀请", "Automatically generate a birthday calendar" : "自动生成生日日历", diff --git a/apps/dav/l10n/zh_CN.json b/apps/dav/l10n/zh_CN.json index 331f90ead34..516a3d2944a 100644 --- a/apps/dav/l10n/zh_CN.json +++ b/apps/dav/l10n/zh_CN.json @@ -177,6 +177,9 @@ "WebDAV" : "WebDAV", "First day" : "第一天", "Last day (inclusive)" : "最后一天(含)", + "Out of office replacement (optional)" : "外出时工作替代人员(可选)", + "Name of the replacement" : "替代人员名称", + "Start typing." : "开始输入", "Short absence status" : "短暂离开状态", "Long absence Message" : "长期离开信息", "Save" : "保存", @@ -193,14 +196,14 @@ "Weekdays" : "工作日", "Pick a start time for {dayName}" : "选择 {dayName} 的开始时间", "Pick a end time for {dayName}" : "选择 {dayName} 的结束时间", - "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "不在可用时间内时,自动将用户状态设置为“请勿打扰”并静音所有通知。", + "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "不在工作时间内时,自动将用户状态设置为“请勿打扰”并静音所有通知。", "Failed to load availability" : "可用时间段加载失败", "Saved availability" : "可用时间已保存", "Failed to save availability" : "可用时间保存失败", - "Availability" : "可用性", - "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果您配置工作时间,其他人在预订会议时就会看到您何时不在办公室。", + "Availability" : "工作时间", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "如果你配置了工作时间,其他人在预订会议时会看到你何时不在办公室。", "Absence" : "离开", - "Configure your next absence period." : "配置您的下一次离开时段", + "Configure your next absence period." : "配置你的下一次离开时段", "Calendar server" : "日历服务器", "Send invitations to attendees" : "向与会者发送邀请", "Automatically generate a birthday calendar" : "自动生成生日日历", |