Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:29 +09:00
commit d918e2eddc
2971 changed files with 264195 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
{
"year": {
"previous": "last year",
"current": "this year",
"next": "next year",
"past": {
"one": "a year ago",
"other": "{0} years ago"
},
"future": {
"one": "in a year",
"other": "in {0} years"
}
},
"quarter": {
"previous": "last quarter",
"current": "this quarter",
"next": "next quarter",
"past": {
"one": "a quarter ago",
"other": "{0} quarters ago"
},
"future": {
"one": "in a quarter",
"other": "in {0} quarters"
}
},
"month": {
"previous": "last month",
"current": "this month",
"next": "next month",
"past": {
"one": "a month ago",
"other": "{0} months ago"
},
"future": {
"one": "in a month",
"other": "in {0} months"
}
},
"week": {
"previous": "last week",
"current": "this week",
"next": "next week",
"past": {
"one": "a week ago",
"other": "{0} weeks ago"
},
"future": {
"one": "in a week",
"other": "in {0} weeks"
}
},
"day": {
"previous": "yesterday",
"current": "today",
"next": "tomorrow",
"past": {
"one": "a day ago",
"other": "{0} days ago"
},
"future": {
"one": "in a day",
"other": "in {0} days"
}
},
"hour": {
"current": "this hour",
"past": {
"one": "an hour ago",
"other": "{0} hours ago"
},
"future": {
"one": "in an hour",
"other": "in {0} hours"
}
},
"minute": {
"current": "this minute",
"past": {
"one": "a minute ago",
"other": "{0} minutes ago"
},
"future": {
"one": "in a minute",
"other": "in {0} minutes"
}
},
"second": {
"current": "now",
"past": {
"one": "a second ago",
"other": "{0} seconds ago"
},
"future": {
"one": "in a second",
"other": "in {0} seconds"
}
},
"now": {
"future": "in a moment",
"past": "just now"
}
}