diff options
author | Hamid Dehnavi <hamid.dev.pro@gmail.com> | 2024-01-03 10:22:40 +0330 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 10:22:40 +0330 |
commit | 799928c63db0cd13fe80e7561fa9ac0a0200f95f (patch) | |
tree | d787963f532661a94f837851f7a51411ec234063 /lib | |
parent | 82a503a50a6b252190f2f91eeb40257209f52100 (diff) | |
parent | 89ee85938e2c66e8d1c20f57fa754b72509e524f (diff) | |
download | nextcloud-server-799928c63db0cd13fe80e7561fa9ac0a0200f95f.tar.gz nextcloud-server-799928c63db0cd13fe80e7561fa9ac0a0200f95f.zip |
Merge branch 'master' into refactor_lib_private_notification
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/ast.js | 1 | ||||
-rw-r--r-- | lib/l10n/ast.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 3cccc8cc6e9..e403438926c 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -9,6 +9,7 @@ OC.L10N.register( "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", + "seconds ago" : "hai segundos", "Templates" : "Plantíes", "Help" : "Ayuda", "Appearance and accessibility" : "Aspeutu ya accesibilidá", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 6ee37fbd777..d9d3425cc64 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -7,6 +7,7 @@ "today" : "güei", "tomorrow" : "mañana", "yesterday" : "ayeri", + "seconds ago" : "hai segundos", "Templates" : "Plantíes", "Help" : "Ayuda", "Appearance and accessibility" : "Aspeutu ya accesibilidá", |