mirror of
https://github.com/sismics/docs.git
synced 2024-11-21 13:37:56 +01:00
#455: greek translation of angular-timeago by @gdepountis
This commit is contained in:
parent
07d42cdb9c
commit
d647528b3c
@ -34,6 +34,29 @@ angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(tim
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
angular.module('yaru22.angular-timeago').config(function(timeAgoSettings) {
|
||||||
|
timeAgoSettings.strings['el'] = {
|
||||||
|
prefixAgo: null,
|
||||||
|
prefixFromNow: null,
|
||||||
|
suffixAgo: 'πριν',
|
||||||
|
suffixFromNow: 'από τώρα',
|
||||||
|
seconds: 'λιγότερο από ένα λεπτό',
|
||||||
|
minute: 'περίπου ένα λεπτό',
|
||||||
|
minutes: '%d λεπτά',
|
||||||
|
hour: 'περίπου μια ώρα',
|
||||||
|
hours: 'περίπου %d ώρες',
|
||||||
|
day: 'μια μέρα',
|
||||||
|
days: '%d μέρες',
|
||||||
|
month: 'περίπου ένα μήνα',
|
||||||
|
months: '%d μήνες',
|
||||||
|
year: 'περίπου ένα χρόνο',
|
||||||
|
years: '%d χρόνια',
|
||||||
|
numbers: []
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(timeAgoSettings) {
|
angular.module('yaru22.angular-timeago').config(["timeAgoSettings", function(timeAgoSettings) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user