-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
177 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ title: PLUGIN_ADMIN.FILE_STREAMS | |
|
||
form: | ||
validation: loose | ||
hidden: true | ||
fields: | ||
schemes.xxx: | ||
type: array |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_UNCOUNTABLE: | ||
- vybavení | ||
- informace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
MONTHS_OF_THE_YEAR: | ||
- Ιανουάριος | ||
- Φεβρουάριος | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_UNCOUNTABLE: | ||
0: equipo | ||
1: información | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_UNCOUNTABLE: | ||
- oprema | ||
- informacije | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
NICETIME: | ||
NO_DATE_PROVIDED: Nessuna data fornita | ||
BAD_DATE: Data errata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
FRONTMATTER_ERROR_PAGE: "---\ntitle: %1$s\n---\n\n# Error: Invalid Frontmatter\n\nPath: `%2$s`\n\n**%3$s**\n\n```\n%4$s\n```" | ||
INFLECTOR_PLURALS: [] | ||
|
||
INFLECTOR_SINGULAR: [] | ||
|
||
INFLECTOR_UNCOUNTABLE: [] | ||
|
||
INFLECTOR_IRREGULAR: | ||
'person': 'みんな' | ||
'man': '人' | ||
'child': '子供' | ||
'sex': '性別' | ||
'move': '移動' | ||
|
||
INFLECTOR_ORDINALS: [] | ||
|
||
NICETIME: | ||
NO_DATE_PROVIDED: 日付が設定されていません | ||
BAD_DATE: 不正な日付 | ||
AGO: 前 | ||
FROM_NOW: from now | ||
SECOND: 秒 | ||
MINUTE: 分 | ||
HOUR: 時 | ||
DAY: 日 | ||
WEEK: 週 | ||
MONTH: 月 | ||
YEAR: 年 | ||
DECADE: 10年 | ||
SEC: 秒 | ||
MIN: 分 | ||
HR: 時 | ||
DAY: 日 | ||
WK: 週 | ||
MO: 月 | ||
YR: 年 | ||
DEC: dec | ||
SECOND_PLURAL: 秒 | ||
MINUTE_PLURAL: 分 | ||
HOUR_PLURAL: 時 | ||
DAY_PLURAL: 日 | ||
WEEK_PLURAL: 週 | ||
MONTH_PLURAL: 月 | ||
YEAR_PLURAL: 年 | ||
DECADE_PLURAL: 10年 | ||
SEC_PLURAL: 秒 | ||
MIN_PLURAL: 分 | ||
HR_PLURAL: 時 | ||
DAY_PLURAL: 日 | ||
WK_PLURAL: 週 | ||
MO_PLURAL: 月 | ||
YR_PLURAL: 年 | ||
DEC_PLURAL: 10年 | ||
FORM: | ||
VALIDATION_FAIL: <b>バリデーション失敗 :</b> | ||
INVALID_INPUT: 不正な入力: | ||
MISSING_REQUIRED_FIELD: 必須項目が入力されていません: | ||
MONTHS_OF_THE_YEAR: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'] | ||
DAYS_OF_THE_WEEK: ['月', '火', '水', '木', '金', '土', '日'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_UNCOUNTABLE: | ||
2: ryžiai | ||
3: pinigai | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_IRREGULAR: | ||
person: personen | ||
man: mensen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_UNCOUNTABLE: | ||
1: informação | ||
2: arroz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
MONTHS_OF_THE_YEAR: | ||
0: Ianuarie | ||
1: Februarie | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
INFLECTOR_IRREGULAR: | ||
person: люди | ||
man: человек | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
--- | ||
NICETIME: | ||
DAY: dag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
--- | ||
NICETIME: | ||
NO_DATE_PROVIDED: Tarih yok | ||
BAD_DATE: Yanlış tarih | ||
|
Oops, something went wrong.