-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
1 parent
2ea38db
commit b485118
Showing
7 changed files
with
107 additions
and
20 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,7 +1,41 @@ | ||
{ | ||
"common": { | ||
"options": "Optionen" | ||
}, | ||
"Organisms": { | ||
"RoomCommon": { | ||
"changed_room_name": " hat den Raum Name geändert" | ||
}, | ||
"DrawerBreadcrumb": { | ||
"home": "Home" | ||
}, | ||
"DrawerHeader": { | ||
"add_rooms_or_spaces": "Raum oder Space hinzufügen", | ||
"create_new_space": "Neuen Space erstellen", | ||
"create_new_room": "Neuen Raum erstellen", | ||
"explore_public_room": "Öffentliche Räume erkunden", | ||
"join_with_address": "Mit Adresse beitreten", | ||
"add_existing": "Bestehendem beitreten", | ||
"manage_rooms": "Manage rooms", | ||
"home": "Home", | ||
"direct_messages": "Direktnachrichten", | ||
"start_dm_tooltip": "Direktnachricht schreiben", | ||
"add_rooms_spaces_tooltip": "Räume/Spaces hinzufügen" | ||
}, | ||
"SideBar": { | ||
"settings_tooltip": "Einstellungen", | ||
"unverified_sessions_one": "{{count}} nicht verifizierte Sitzung", | ||
"unverified_sessions_other": "{{count}} nicht verifizierte Sitzungen", | ||
"home_tooltip": "Home", | ||
"direct_messages_tooltip": "Personen", | ||
"pin_spaces_tooltip": "Spaces anheften", | ||
"search_tooltip": "Suche", | ||
"invites_tooltip": "Einladungen" | ||
} | ||
}, | ||
"Molecules": { | ||
"ConfirmDialog": { | ||
"cancel": "Abbrechen" | ||
} | ||
} | ||
} |
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,41 @@ | ||
{ | ||
"common": { | ||
"options": "Options" | ||
}, | ||
"Organisms": { | ||
"RoomCommon": { | ||
"changed_room_name": " changed room name" | ||
}, | ||
"DrawerBreadcrumb": { | ||
"home": "Home" | ||
}, | ||
"DrawerHeader": { | ||
"add_rooms_or_spaces": "Add rooms or spaces", | ||
"create_new_space": "Create new space", | ||
"create_new_room": "Create new room", | ||
"explore_public_room": "Explore public room", | ||
"join_with_address": "Join with address", | ||
"add_existing": "Add existing", | ||
"manage_rooms": "Manage rooms", | ||
"home": "Home", | ||
"direct_messages": "Direct messages", | ||
"start_dm_tooltip": "Start DM", | ||
"add_rooms_spaces_tooltip": "Add rooms/spaces" | ||
}, | ||
"SideBar": { | ||
"settings_tooltip": "Settings", | ||
"unverified_sessions_one": "{{count}} unverified session", | ||
"unverified_sessions_other": "{{count}} unverified sessions", | ||
"home_tooltip": "Home", | ||
"direct_messages_tooltip": "People", | ||
"pin_spaces_tooltip": "Pin spaces", | ||
"search_tooltip": "Search", | ||
"invites_tooltip": "Invites" | ||
} | ||
}, | ||
"Molecules": { | ||
"ConfirmDialog": { | ||
"cancel": "Cancel" | ||
} | ||
} | ||
} |
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
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