{% if mode == 'view_video' %} {% if no_video_id %}
{{'The videoId parameter has not been provided. Please provide it in the GET request of the URL.'|trans}}
{% elseif not_found %}{{'Video not found.'|trans}}
{% else %} {% if video.last_updated %}{{'Video failed to load. If this video has been uploaded in the past few minutes, it may still be being processed.'|trans}}
{% endif %}{{'This video has no thumbnail, click Edit to fix'|trans}}
{% endif %}{{video.date|e}}
{% if show_privacy_info and video.privacy %}{{'Thumbnail fetched.'|trans}}
{% endif %}{{'Click Save to save this thumbnail.'|trans}}
{% endif %} {% endif %} {% if mode == 'new_video' %}{% if uploaded_or_added_by_url == "upload_a_video" %} {{"Video successfully uploaded."|trans}} {{"It may take a few minutes for the video to be processed, and the video will not be visible until the processing is complete."|trans}} {% elseif uploaded_or_added_by_url == "add_video_by_url" %} {{"Video added successfully"|trans}} {% endif %}
{{"Please enter the title."|trans}}
{{"Please select a language."|trans}}
{{"Privacy"|trans}}:
{% for privacy_setting_key, privacy_setting in vimeo_privacy_settings %}