-
Notifications
You must be signed in to change notification settings - Fork 2
MM5-7635, WebViewer, tranlation, first version #963
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,95 @@ | ||||||
| resource configservice_label web_app_webviewer_app_3d { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_3D' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = '3D' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = '3D' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_app_images { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_IMAGES' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Images' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Billeder' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_app_360 { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_360' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = '360' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = '360' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_app_you_seem_to_have_javascript_disabled { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_YOU_SEEM_TO_HAVE_JAVASCRIPT_DISABLED' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'You seem to have JavaScript disabled.' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Det ser ud til, at du har JavaScript deaktiveret.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_app_keyshot_web_viewer_needs_javascript_enabled_in_order_to_run { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_KEYSHOT_WEB_VIEWER_NEEDS_JAVASCRIPT_ENABLED_IN_ORDER_TO_RUN' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'KeyShot Web Viewer needs JavaScript enabled in order to run.' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'KeyShot Web Viewer kræver JavaScript aktiveret for at køre.' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_app_to_view_the_scene_please_enable_javascript_in_your_browser_settings { | ||||||
| key = 'WEB_APP_WEBVIEWER_APP_TO_VIEW_THE_SCENE_PLEASE_ENABLE_JAVASCRIPT_IN_YOUR_BROWSER_SETTINGS' | ||||||
| group = 'web-app-webviewer - app' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'To view the scene, please enable JavaScript in your browser settings.' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'For at se scenen, skal du aktivere JavaScript i dine browserindstillinger.' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,159 @@ | ||||||
| resource configservice_label web_app_webviewer_unknown_error_presentation_could_not_be_loaded { | ||||||
| key = 'WEB_APP_WEBVIEWER_UNKNOWN_ERROR_PRESENTATION_COULD_NOT_BE_LOADED' | ||||||
| group = 'web-app-webviewer - unknown-error' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Presentation could not be loaded' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Præsentationen kunne ikke indlæses' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_unknown_error_the_presentation_cannot_be_loaded_right_now_please_try_again_later { | ||||||
| key = 'WEB_APP_WEBVIEWER_UNKNOWN_ERROR_THE_PRESENTATION_CANNOT_BE_LOADED_RIGHT_NOW_PLEASE_TRY_AGAIN_LATER' | ||||||
| group = 'web-app-webviewer - unknown-error' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'The presentation cannot be loaded right now. Please try again later.' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Præsentationen kan ikke indlæses lige nu. Prøv venligst igen senere.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_found_oops { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_FOUND_OOPS' | ||||||
| group = 'web-app-webviewer - not-found' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Oops!' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Ups!' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_found_the_presentation_you_are_looking_for_doesnt_seem_to_exist { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_FOUND_THE_PRESENTATION_YOU_ARE_LOOKING_FOR_DOESNT_SEEM_TO_EXIST' | ||||||
| group = 'web-app-webviewer - not-found' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'The presentation you are looking for doesn't seem to exist' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Præsentationen, du leder efter, ser ikke ud til at eksistere' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_found_go_to_keyshot_drive { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_FOUND_GO_TO_KEYSHOT_DRIVE' | ||||||
| group = 'web-app-webviewer - not-found' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Go to KeyShot Drive' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is the UI part of KeyShot Cloud - i.e., what we have referred to as Atlas named KeyShot Drive? |
||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Gå til KeyShot Drive' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_shared_with_you_you_dont_have_permission { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_SHARED_WITH_YOU_YOU_DONT_HAVE_PERMISSION' | ||||||
| group = 'web-app-webviewer - not-shared-with-you' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'You don't have permission' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Du har ikke tilladelse' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_shared_with_you_this_presentation_has_not_been_shared_with_you_please_ask_the_owner_for_permission { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_SHARED_WITH_YOU_THIS_PRESENTATION_HAS_NOT_BEEN_SHARED_WITH_YOU_PLEASE_ASK_THE_OWNER_FOR_PERMISSION' | ||||||
| group = 'web-app-webviewer - not-shared-with-you' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'This presentation has not been shared with you. Please ask the owner for permission.' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Denne præsentation er ikke blevet delt med dig. Bed venligst ejeren om tilladelse.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_not_shared_with_you_go_to_keyshot_drive { | ||||||
| key = 'WEB_APP_WEBVIEWER_NOT_SHARED_WITH_YOU_GO_TO_KEYSHOT_DRIVE' | ||||||
| group = 'web-app-webviewer - not-shared-with-you' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Go to KeyShot Drive' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Gå til KeyShot Drive' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_out_of_transfer_wow_this_is_popular { | ||||||
| key = 'WEB_APP_WEBVIEWER_OUT_OF_TRANSFER_WOW_THIS_IS_POPULAR' | ||||||
| group = 'web-app-webviewer - out-of-transfer' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Wow, this is popular!' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Wow, dette er populært!' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_out_of_transfer_the_presentation_has_been_viewed_so_many_times_that_it_has_run_out_of_viewing_transfer_please_contact_the_owner_to_get_more { | ||||||
| key = 'WEB_APP_WEBVIEWER_OUT_OF_TRANSFER_THE_PRESENTATION_HAS_BEEN_VIEWED_SO_MANY_TIMES_THAT_IT_HAS_RUN_OUT_OF_VIEWING_TRANSFER_PLEASE_CONTACT_THE_OWNER_TO_GET_MORE' | ||||||
| group = 'web-app-webviewer - out-of-transfer' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'The presentation has been viewed so many times, that it has run out of viewing transfer. Please contact the owner to get more.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What is viewing transfer? Is it like a ceiling on how many views it can have?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Præsentationen er blevet vist så mange gange, at den har løbet tør for visningsoverførsel. Kontakt venligst ejeren for at få mere.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,63 @@ | ||||||
| resource configservice_label web_app_webviewer_landing_page_try_out_the_web_viewer { | ||||||
| key = 'WEB_APP_WEBVIEWER_LANDING_PAGE_TRY_OUT_THE_WEB_VIEWER' | ||||||
| group = 'web-app-webviewer - landing-page' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Try out the Web Viewer' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Prøv Web Viewer' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_landing_page_present_your_new_product_on_any_device_even_your_smartphone { | ||||||
| key = 'WEB_APP_WEBVIEWER_LANDING_PAGE_PRESENT_YOUR_NEW_PRODUCT_ON_ANY_DEVICE_EVEN_YOUR_SMARTPHONE' | ||||||
| group = 'web-app-webviewer - landing-page' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Present your new product on any device. Even your smartphone.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Præsenter dit nye produkt på enhver enhed. Selv din smartphone.' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_landing_page_see_your_presentations_in_drive { | ||||||
| key = 'WEB_APP_WEBVIEWER_LANDING_PAGE_SEE_YOUR_PRESENTATIONS_IN_DRIVE' | ||||||
| group = 'web-app-webviewer - landing-page' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'See your presentations in Drive' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Se dine præsentationer i Drive' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_landing_page_want_to_see_a_demo { | ||||||
| key = 'WEB_APP_WEBVIEWER_LANDING_PAGE_WANT_TO_SEE_A_DEMO' | ||||||
| group = 'web-app-webviewer - landing-page' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Want to see a demo?' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Vil du se en demo?' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,47 @@ | ||||||
| resource configservice_label web_app_webviewer_login_callback_stuck { | ||||||
| key = 'WEB_APP_WEBVIEWER_LOGIN_CALLBACK_STUCK' | ||||||
| group = 'web-app-webviewer - login-callback' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Stuck?' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Fast?' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_login_callback_here_is_a_link_to_the { | ||||||
| key = 'WEB_APP_WEBVIEWER_LOGIN_CALLBACK_HERE_IS_A_LINK_TO_THE' | ||||||
| group = 'web-app-webviewer - login-callback' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Here is a link to the' | ||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Her er et link til' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
|
|
||||||
| resource configservice_label web_app_webviewer_login_callback_frontpage { | ||||||
| key = 'WEB_APP_WEBVIEWER_LOGIN_CALLBACK_FRONTPAGE' | ||||||
| group = 'web-app-webviewer - login-callback' | ||||||
| product_id = resource.configservice_product.media_manager_5.id | ||||||
| default_label_values = [ | ||||||
| { | ||||||
| default_translation = 'Frontpage' | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| language_id = data.language.english.id | ||||||
| }, | ||||||
| { | ||||||
| default_translation = 'Forside' | ||||||
| language_id = data.language.danish.id | ||||||
| } | ||||||
| ] | ||||||
| } | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is 1 part of a 2 parts error message. I feel like most error messages only need 1 string of text, and this is no different