Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish translation #102

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/i18n/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import se from './se';
import fr from './fr';
import de from './de';
import ro from './ro';
import pl from './pl';

export default {
it,
Expand All @@ -13,5 +14,6 @@ export default {
se,
fr,
de,
ro
ro,
pl,
}
159 changes: 159 additions & 0 deletions config/i18n/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
export default {
errors: {
no_layers: "An error occurs. It's no possible to edit layers",
some_layers: "An error occurs: It's no possible to edit some layers"
},
search: "Search",
editing_changes: "Editing Changes",
editing_data: "Editing Layers",
editing_attributes: "Editing attributes",
relations: "Relations",
edit_relation: "Edit relation",
back_to_relations: "Back to Relations",
no_relations_found: "No relations found",
relation_data: "Relation data",
relation_already_added: "Relation already added",
list_of_relations_feature: "List of relations feature ",
tooltip: {
edit_layer: "Edit Layer"
},
toolbox: {
title: 'Edit'
},
table: {
edit: "Edit feature",
copy: "Create a copy",
delete: "Delete feature"
},
tools: {
copy: "Copy features",
pastefeaturesfromotherlayers: "Paste features from other layer",
addpart: "Add part to multipart",
deletepart: "Delete part from multipart",
merge: "Dissolve features",
split: "Split Feature",
add_feature: "Add feature",
delete_feature: "Delete feature",
move_feature: "Move feature",
update_vertex: "Update feature vertex",
update_feature: "Update feature attribute",
update_multi_features: "Update attributes of selected features",
copyfeaturefromexternallayer: "Create Feature from added layer"
},
toolsoftool: {
measure: "Show measure",
snap: "Snap layer",
snapall: "Snap to all layers"
},
steps: {
help: {
select_elements: "Select features",
select_element: "Select feature",
copy: "Create new copy of selected features",
merge: "Dissolve features",
split: "Split Feature",
new: "Create new feature",
edit_table: "Edit table features",
draw_new_feature: "Draw feature on map",
action_confirm: "Confirm action",
double_click_delete: "Select feature on map to delete",
edit_feature_vertex: "Modify or add a vertex on selected feature",
move: "Move selected feature",
select_feature_to_relation: "Select feature that you bind relation",
show_edit_feature_form: "Show feature form to edit attributes",
pick_feature: "Select feature on map to modify",
insert_attributes_feature: "Insert attributes of the feature"
}
},
workflow: {
steps: {
select: 'Click on feature to select',
draw_part: "Draw new part",
merge: 'Select featurewhere dissolve',
selectSHIFT: 'Select features drawing a rectangle pressing SHIFT',
selectDrawBox: "Select features drawing a rectangle by two point of opposite corners",
selectDrawBoxAtLeast2Feature: "Select at least features drawing a rectangle by two point of opposite corners",
selectPoint: "Click on feature to select",
selectPointSHIFT: 'Select features drawing a rectangle pressing SHIFT (multifeatures) or click on one feature',
selectMultiPointSHIFT: 'Select features drawing a rectangle pressing SHIFT or click on feature',
selectMultiPointSHIFTAtLeast2Feature: 'Select at least 2 features drawing a rectangle pressing SHIFT or click on feature',
copyCTRL: 'Copy selected features using CTRL+C',
selectStartVertex: 'Select starting vertex of selected features',
selectToPaste: 'Select the point where paste the features selected',
draw_split_line: "Draw a line to split selected feature"
},
title: {
steps: 'Steps'
},
next: 'Next',
},
messages: {
featureslockbyotheruser: "Some geometries/records are not editable because in editing by other user",
splitted: "Splitted",
nosplittedfeature: "Feature not spitted",
press_esc: "Press ESC to back",
online: "Back ONLINE. Now you can save your changes on database",
offline: "You are OFFLINE. All changes are saved locally",
delete_feature: "Do you want delete selected feature ?",
delete_feature_relations: "If feature has bindings relations, these relations become orphans. We suggest to handle these relations before detele this feature",
unlink_relation: "Do you want unlink relation?",
commit_feature: "Do you want to save the changes",
toolbox_has_relation: "this layer is part of a relation",
saved: "Data saved successfully",
saved_local:"Data saved locally successfully",
loading_data: "Loading data",
saving: "Saving data. Please wait ...",
constraints: {
enable_editing: "Please Zoom In to enable editing tools \nActivation scale at 1:"
},
pdf: "Document preview not available. Please click here ",
commit: {
header: "The following list show all changes to commit.",
header_add: "<b>Added</b> show the number of features added",
header_update_delete: "<b>Modified</b> and <b>Deleted</b> show the list of features id",
add: "Added(n. features)",
delete: "Deleted(id)",
update: "Modified(id)"
},
loading_table_data: "Building Data Table. Please wait ...",
copy_and_paste_from_other_layer_mandatory_fields: "It is necessary to fill in any mandatory fields on the features pasted before saving",
no_feature_selected: "No feature selected",
select_min_2_features: 'Select at least 2 features'
},
relation: {
table: {
info: `<div>Select relations to link it to current editing feature.</div>`
},
draw_new_feature:"Draw new feature",
draw_or_copy:"or",
copy_feature_from_other_layer:"Copy feature from other layer"
},
form: {
relations: {
tooltips: {
back_to_father:"Back to edit father",
add_relation: "Create and link new relation",
link_relation: "Join a relation to this feature",
open_relation_tools: "Show relation tools",
unlink_relation: "Unlink relation"
}
},
buttons: {
save: "Insert/Edit",
save_and_back: "Save and Back",
save_and_back_table: "Save and Back",
cancel: "Ignore Changes"
}
},
modal: {
tools: {
copyfeaturefromotherlayer: {
title: "Select feature/s",
edit_attributes: "Edit attributes of pasted features in multiple mode"
},
copyfeaturefromprojectlayer: {
title: "Select a feature"
}
}
}
}