1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00
AideDeJeu/aidedejeu_flutter/lib/l10n/intl_en.arb

39 lines
932 B
Text
Raw Normal View History

2020-03-02 17:20:06 +01:00
{
"@@locale": "en",
2020-03-02 17:46:30 +01:00
"app_title": "Hello World",
"@app_title": {
"description": "Title for the application",
"type": "text",
"placeholders": {}
},
"library_title": "Library",
"@library_title": {
"description": "Title for the Library page",
"type": "text",
"placeholders": {}
},
"pceditor_title": "Player Characters",
"@pceditor_title": {
"description": "Title for the Player Characters page",
"type": "text",
"placeholders": {}
},
"about_title": "About...",
"@about_title": {
"description": "Title for the About page",
"type": "text",
"placeholders": {}
},
"bookmarks_title": "Bookmarks",
"@bookmarks_title": {
"description": "Title for the Bookmarks page",
"type": "text",
"placeholders": {}
},
"search_title": "Search",
"@search_title": {
"description": "Title for the Search page",
"type": "text",
"placeholders": {}
2020-03-02 17:20:06 +01:00
}
}