diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2020-08-12 14:56:17 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2020-10-27 21:27:08 +0200 |
commit | 00f5d17147a4ae7add3c487fb9784e9f1473c3b4 (patch) | |
tree | 6b2ced6fab2ec78e0d4b599699bff39c0dc04874 /i18n | |
parent | 54f521f259d75830514502debea8f07d0b981c9d (diff) |
Small changes. Laying the groundwork for timeago.js
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.yaml | 12 | ||||
-rw-r--r-- | i18n/lt.yaml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 47bb7e1..911bf2a 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -147,3 +147,15 @@ translation: Recently, based on average data, it looks like this system has gone down for about - id: averageSystemsDowntimeSecondPart translation: minutes at a time. + + +## +## v4.4 +## + +- id: in + translation: in +- id: weeksAgo + translation: "w" +- id: yearAgo + translation: " metus"
\ No newline at end of file diff --git a/i18n/lt.yaml b/i18n/lt.yaml index 5c1368d..da11d6a 100644 --- a/i18n/lt.yaml +++ b/i18n/lt.yaml @@ -147,3 +147,15 @@ translation: Pastaruoju metu, regis, šis komponentas sutrikimų metu neveikia apie - id: averageSystemsDowntimeSecondPart translation: min. + + +## +## v4.4 +## + +- id: in + translation: in +- id: weeksAgo + translation: " sav." # has to include space +- id: yearAgo + translation: " metus"
\ No newline at end of file |