-
Notifications
You must be signed in to change notification settings - Fork 0
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
5 changed files
with
49 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
{ | ||
"123": "Numeric label", | ||
"CLICKED": { | ||
"zero": "You clicked {} times!", | ||
"one": "You clicked {} time!", | ||
"two": "You clicked {} times!", | ||
"few": "You clicked {} times!", | ||
"many": "You clicked {} times!", | ||
"other": "You clicked {} times!" | ||
}, | ||
"HELLO": "Hi!", | ||
"ERROR": { | ||
"WRONG_USERNAME": "Wrong username", | ||
"WRONG_PASSWORD": "Wrong password" | ||
}, | ||
"LABEL.WITH:SYMBOLS": "Label with symbols", | ||
"LABEL WITH SPACES": "Label with spaces", | ||
"OTHER_LABEL": "Only in english" | ||
} |
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,7 +1,18 @@ | ||
{ | ||
"123": "Etichetta numerica", | ||
"CLICKED": { | ||
"zero": "Hai cliccato {} volta!", | ||
"one": "Hai cliccato {} volte!", | ||
"two": "Hai cliccato {} volte!", | ||
"few": "Hai cliccato {} volte!", | ||
"many": "Hai cliccato {} volte!", | ||
"other": "Hai cliccato {} volte!" | ||
}, | ||
"HELLO": "Ciao!", | ||
"ERROR": { | ||
"WRONG_USERNAME": "Username errato", | ||
"WRONG_PASSWORD": "Password errata" | ||
} | ||
}, | ||
"LABEL.WITH:SYMBOLS": "Etichetta con simboli", | ||
"LABEL WITH SPACES": "Etichetta con spazi" | ||
} |
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