-
Notifications
You must be signed in to change notification settings - Fork 10
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
320bb72
commit 092c538
Showing
1 changed file
with
45 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
cs: | ||
decidim: | ||
components: | ||
navigation_maps: | ||
name: NavigationMaps | ||
navigation_maps: | ||
admin: | ||
areas: | ||
create: | ||
error: An error ocurred while creating the area | ||
success: Area created successfully | ||
form: | ||
no_popup: Do not use a popup, link the area directly. | ||
new: | ||
area: New area details | ||
cancel: Cancel | ||
save: Save | ||
show: | ||
area: Area details | ||
cancel: Cancel | ||
link_suggestions: 'Tip: use %{map} to link other tabs' | ||
save: Save | ||
update: | ||
error: An error ocurred while saving the area | ||
success: Area saved successfully | ||
content_blocks: | ||
name: Navigation Maps | ||
navigation_map: | ||
view: Take part | ||
navigation_map_settings_form: | ||
add: Add | ||
blueprint_image: Blueprint image | ||
description: Description | ||
editor: Map Editor | ||
id: Id | ||
image_missing: Please add a blueprint image to start | ||
info: General info | ||
link: Link | ||
remove_blueprint: Delete this blueprint | ||
title: Title | ||
type: Type | ||
upload_image: Upload image | ||
create: | ||
error: Error creating blueprint | ||
success: Blueprint created successfully |