diff options
Diffstat (limited to 'editor/translations/pr.po')
-rw-r--r-- | editor/translations/pr.po | 259 |
1 files changed, 209 insertions, 50 deletions
diff --git a/editor/translations/pr.po b/editor/translations/pr.po index b956a62e9a..e8240ad087 100644 --- a/editor/translations/pr.po +++ b/editor/translations/pr.po @@ -1285,9 +1285,30 @@ msgid "Storing File:" msgstr "" #: editor/editor_export.cpp +#, fuzzy +msgid "No export template found at the expected path:" +msgstr "" +"Ye got no export templates!\n" +"Download and install yer export templates." + +#: editor/editor_export.cpp msgid "Packing" msgstr "" +#: editor/editor_export.cpp platform/android/export/export.cpp +#: platform/iphone/export/export.cpp platform/javascript/export/export.cpp +#: platform/osx/export/export.cpp platform/uwp/export/export.cpp +#, fuzzy +msgid "Custom debug template not found." +msgstr "Yer fancy debug package be nowhere." + +#: editor/editor_export.cpp platform/android/export/export.cpp +#: platform/iphone/export/export.cpp platform/javascript/export/export.cpp +#: platform/osx/export/export.cpp platform/uwp/export/export.cpp +#, fuzzy +msgid "Custom release template not found." +msgstr "Yer fancy release package be nowhere." + #: editor/editor_export.cpp platform/javascript/export/export.cpp msgid "Template file not found:" msgstr "" @@ -3243,6 +3264,19 @@ msgstr "" msgid "Reimport" msgstr "" +#: editor/import_dock.cpp +msgid "Save scenes, re-import and restart" +msgstr "" + +#: editor/import_dock.cpp +msgid "Changing the type of an imported file requires editor restart." +msgstr "" + +#: editor/import_dock.cpp +msgid "" +"WARNING: Assets exist that use this resource, they may stop loading properly." +msgstr "" + #: editor/inspector_dock.cpp msgid "Failed to load resource." msgstr "" @@ -7062,6 +7096,38 @@ msgid "Browse" msgstr "" #: editor/project_manager.cpp +msgid "Renderer:" +msgstr "" + +#: editor/project_manager.cpp +msgid "OpenGL ES 3.0" +msgstr "" + +#: editor/project_manager.cpp +msgid "" +"Higher visual quality\n" +"All features available\n" +"Incompatible with older hardware\n" +"Not recommended for web games" +msgstr "" + +#: editor/project_manager.cpp +msgid "OpenGL ES 2.0" +msgstr "" + +#: editor/project_manager.cpp +msgid "" +"Lower visual quality\n" +"Some features not available\n" +"Works on most hardware\n" +"Recommended for web games" +msgstr "" + +#: editor/project_manager.cpp +msgid "Renderer can be changed later, but scenes may need to be adjusted." +msgstr "" + +#: editor/project_manager.cpp msgid "Unnamed Project" msgstr "" @@ -7762,6 +7828,18 @@ msgid "Duplicate Node(s)" msgstr "" #: editor/scene_tree_dock.cpp +msgid "Can't reparent nodes in inherited scenes, order of nodes can't change." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Node must belong to the edited scene to become root." +msgstr "" + +#: editor/scene_tree_dock.cpp +msgid "Instantiated scenes can't become root" +msgstr "" + +#: editor/scene_tree_dock.cpp msgid "Delete Node(s)?" msgstr "" @@ -8989,6 +9067,90 @@ msgstr "" msgid "Set %s" msgstr "" +#: platform/android/export/export.cpp +msgid "Package name is missing." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Package segments must be of non-zero length." +msgstr "" + +#: platform/android/export/export.cpp +msgid "The character '%s' is not allowed in Android application package names." +msgstr "" + +#: platform/android/export/export.cpp +msgid "A digit cannot be the first character in a package segment." +msgstr "" + +#: platform/android/export/export.cpp +msgid "The character '%s' cannot be the first character in a package segment." +msgstr "" + +#: platform/android/export/export.cpp +msgid "The package must have at least one '.' separator." +msgstr "" + +#: platform/android/export/export.cpp +msgid "ADB executable not configured in the Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "OpenJDK jarsigner not configured in the Editor Settings." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Debug keystore not configured in the Editor Settings nor in the preset." +msgstr "" + +#: platform/android/export/export.cpp +msgid "Invalid public key for APK expansion." +msgstr "" + +#: platform/android/export/export.cpp +#, fuzzy +msgid "Invalid package name:" +msgstr "Yer unique name be evil." + +#: platform/iphone/export/export.cpp +msgid "Identifier is missing." +msgstr "" + +#: platform/iphone/export/export.cpp +msgid "Identifier segments must be of non-zero length." +msgstr "" + +#: platform/iphone/export/export.cpp +#, fuzzy +msgid "The character '%s' is not allowed in Identifier." +msgstr "Yer name's got no valid identifier:" + +#: platform/iphone/export/export.cpp +msgid "A digit cannot be the first character in a Identifier segment." +msgstr "" + +#: platform/iphone/export/export.cpp +msgid "" +"The character '%s' cannot be the first character in a Identifier segment." +msgstr "" + +#: platform/iphone/export/export.cpp +msgid "The Identifier must have at least one '.' separator." +msgstr "" + +#: platform/iphone/export/export.cpp +msgid "App Store Team ID not specified - cannot configure the project." +msgstr "" + +#: platform/iphone/export/export.cpp +#, fuzzy +msgid "Invalid Identifier:" +msgstr "Yer name's got no valid identifier:" + +#: platform/iphone/export/export.cpp +msgid "Required icon is not specified in the preset." +msgstr "" + #: platform/javascript/export/export.cpp msgid "Run in Browser" msgstr "" @@ -9022,6 +9184,51 @@ msgstr "" msgid "Using default boot splash image." msgstr "" +#: platform/uwp/export/export.cpp +#, fuzzy +msgid "Invalid package unique name." +msgstr "Yer unique name be evil." + +#: platform/uwp/export/export.cpp +msgid "Invalid product GUID." +msgstr "Yer product GUID be evil." + +#: platform/uwp/export/export.cpp +msgid "Invalid publisher GUID." +msgstr "Yer publisher GUID be evil! Walk th' plank!" + +#: platform/uwp/export/export.cpp +msgid "Invalid background color." +msgstr "Yer background color be evil!" + +#: platform/uwp/export/export.cpp +msgid "Invalid Store Logo image dimensions (should be 50x50)." +msgstr "Yer Store Logo got th' wrong dimensions! She should be 50x50 I reckon." + +#: platform/uwp/export/export.cpp +msgid "Invalid square 44x44 logo image dimensions (should be 44x44)." +msgstr "Yer square 44x44 logo image dimensions aint' 44x44!" + +#: platform/uwp/export/export.cpp +msgid "Invalid square 71x71 logo image dimensions (should be 71x71)." +msgstr "Yer square 71x71 logo image dimensions aint' 71x71!" + +#: platform/uwp/export/export.cpp +msgid "Invalid square 150x150 logo image dimensions (should be 150x150)." +msgstr "Yer square 150x150 logo image dimensions aint' 150x150!" + +#: platform/uwp/export/export.cpp +msgid "Invalid square 310x310 logo image dimensions (should be 310x310)." +msgstr "Yer square 310x310 logo image dimensions aint' 310x310!" + +#: platform/uwp/export/export.cpp +msgid "Invalid wide 310x150 logo image dimensions (should be 310x150)." +msgstr "Yer wide 310x150 logo image dimensions aint' 310x150!" + +#: platform/uwp/export/export.cpp +msgid "Invalid splash screen image dimensions (should be 620x300)." +msgstr "Yer splash screen image dimensions aint' 620x300!" + #: scene/2d/animated_sprite.cpp msgid "" "A SpriteFrames resource must be created or set in the 'Frames' property in " @@ -9272,13 +9479,9 @@ msgid "PathFollow only works when set as a child of a Path node." msgstr "" #: scene/3d/path.cpp -msgid "OrientedPathFollow only works when set as a child of a Path node." -msgstr "" - -#: scene/3d/path.cpp msgid "" -"OrientedPathFollow requires \"Up Vector\" enabled in its parent Path's Curve " -"resource." +"PathFollow ROTATION_ORIENTED requires \"Up Vector\" enabled in its parent " +"Path's Curve resource." msgstr "" #: scene/3d/physics_body.cpp @@ -9533,50 +9736,6 @@ msgstr "" #~ msgstr "Blimey! I can't create th' package signature." #~ msgid "" -#~ "No export templates found.\n" -#~ "Download and install export templates." -#~ msgstr "" -#~ "Ye got no export templates!\n" -#~ "Download and install yer export templates." - -#~ msgid "Custom debug package not found." -#~ msgstr "Yer fancy debug package be nowhere." - -#~ msgid "Custom release package not found." -#~ msgstr "Yer fancy release package be nowhere." - -#~ msgid "Invalid product GUID." -#~ msgstr "Yer product GUID be evil." - -#~ msgid "Invalid publisher GUID." -#~ msgstr "Yer publisher GUID be evil! Walk th' plank!" - -#~ msgid "Invalid background color." -#~ msgstr "Yer background color be evil!" - -#~ msgid "Invalid Store Logo image dimensions (should be 50x50)." -#~ msgstr "" -#~ "Yer Store Logo got th' wrong dimensions! She should be 50x50 I reckon." - -#~ msgid "Invalid square 44x44 logo image dimensions (should be 44x44)." -#~ msgstr "Yer square 44x44 logo image dimensions aint' 44x44!" - -#~ msgid "Invalid square 71x71 logo image dimensions (should be 71x71)." -#~ msgstr "Yer square 71x71 logo image dimensions aint' 71x71!" - -#~ msgid "Invalid square 150x150 logo image dimensions (should be 150x150)." -#~ msgstr "Yer square 150x150 logo image dimensions aint' 150x150!" - -#~ msgid "Invalid square 310x310 logo image dimensions (should be 310x310)." -#~ msgstr "Yer square 310x310 logo image dimensions aint' 310x310!" - -#~ msgid "Invalid wide 310x150 logo image dimensions (should be 310x150)." -#~ msgstr "Yer wide 310x150 logo image dimensions aint' 310x150!" - -#~ msgid "Invalid splash screen image dimensions (should be 620x300)." -#~ msgstr "Yer splash screen image dimensions aint' 620x300!" - -#~ msgid "" #~ "Paths cannot start with '/', absolute paths must start with 'res://', " #~ "'user://', or 'local://'" #~ msgstr "" |