diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/user_status | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): đź” Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_status/l10n/fr.js b/apps/user_status/l10n/fr.js index 1375037f2a5..a9194f4da65 100644 --- a/apps/user_status/l10n/fr.js +++ b/apps/user_status/l10n/fr.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Recent statuses" : "Statuts récents", "In a meeting" : "En réunion", - "Commuting" : "En transit", + "Commuting" : "Trajet", "Out sick" : "En congé de maladie", "Vacationing" : "En vacances", "Working remotely" : "Travail à distance", diff --git a/apps/user_status/l10n/fr.json b/apps/user_status/l10n/fr.json index 06897cbc110..5ab97c90ad7 100644 --- a/apps/user_status/l10n/fr.json +++ b/apps/user_status/l10n/fr.json @@ -1,7 +1,7 @@ { "translations": { "Recent statuses" : "Statuts récents", "In a meeting" : "En réunion", - "Commuting" : "En transit", + "Commuting" : "Trajet", "Out sick" : "En congé de maladie", "Vacationing" : "En vacances", "Working remotely" : "Travail à distance", |