13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
"hello_world": "Hello, {name} from en!",
|
|
"albums": "Albums",
|
|
"loading": "Loading...",
|
|
"no_albums": "No albums yet",
|
|
"error": "Error",
|
|
"back": "Back",
|
|
"photo_count": "{count} photos",
|
|
"view_photo": "View Photo",
|
|
"load_more": "All loaded"
|
|
}
|