Template/Update (Part 39)

* implement video suggestion & management
This commit is contained in:
Sarjuuk
2025-08-14 01:12:42 +02:00
parent a369244908
commit cb523353fd
36 changed files with 2465 additions and 16 deletions

View File

@@ -16,6 +16,7 @@ class Lang
private static $maps;
private static $profiler;
private static $screenshot;
private static $video;
private static $privileges;
private static $smartAI;
private static $unit;

View File

@@ -278,6 +278,20 @@ $lang = array(
'notAllowed' => "Es ist euch nicht erlaubt einen Screenshot hochzuladen!",
)
),
'video' => array(
'submission' => "Video-Einsendung",
'thanks' => array(
'contrib' => "Vielen Dank für Euren Beitrag!",
'goBack' => '<a href="?%s=%d">Klickt hier</a>, um zu der vorherigen Seite zurückzukehren.',
'note' => "Hinweis: Euer Video muss zunächst zugelassen werden, bevor es auf der Seite erscheint. Dies kann bis zu 72 Stunden dauern."
),
'error' => array(
'isPrivate' => "Das vorgeschlagene Video ist privat.",
'noExist' => "An der eingereichten Url existiert kein Video.",
'selectVI' => "Bitte gebt gültige Videoinformationen ein.",
'notAllowed' => "Es ist euch nicht erlaubt Videos vorzuschlagen!"
)
),
'game' => array(
// type strings
'npc' => "NPC", // 1

View File

@@ -278,6 +278,20 @@ $lang = array(
'notAllowed' => "You are not allowed to upload screenshots!",
)
),
'video' => array(
'submission' => "Video Suggestion",
'thanks' => array(
'contrib' => "Thanks a lot for your contribution!",
'goBack' => '<a href="?%s=%d">Click here</a> to go back to the page you came from.',
'note' => "Note: Your video will need to be approved before appearing on the site. This can take up to 72 hours."
),
'error' => array(
'isPrivate' => "The suggested video is private.",
'noExist' => "No video found at the provided Url.",
'selectVI' => "Please enter valid video information.", // message_novideo
'notAllowed' => "You are not allowed to suggest videos!",
)
),
'game' => array(
// type strings
'npc' => "NPC",

View File

@@ -278,6 +278,20 @@ $lang = array(
'notAllowed' => "¡No estás permitido para subir capturas de pantalla!",
)
),
'video' => array(
'submission' => "Sugerencia de video",
'thanks' => array(
'contrib' => "¡Muchísimas gracias por tu aportación!",
'goBack' => '<a href="?%s=%d">aquí vuelve</a> a la página de la que viniste.',
'note' => "Nota: Tu video tiene que ser aprobado antes de que pueda aparecer en el sitio. Esto puede tomar hasta 72 horas."
),
'error' => array(
'isPrivate' => "El video sugerido es privado.",
'noExist' => "No se encontró ningún video en la URL proporcionada.",
'selectVI' => "Por favor, introduce información válida del vídeo.", // message_novideo
'notAllowed' => "¡No tienes permiso para sugerir videos!",
)
),
'game' => array(
// type strings
'npc' => "PNJ",

View File

@@ -278,6 +278,20 @@ $lang = array(
'notAllowed' => "Vous n'êtes pas autorisés à exporter des captures d'écran.",
)
),
'video' => array(
'submission' => "Suggestion de vidéo",
'thanks' => array(
'contrib' => "Merci beaucoup de votre contribution!",
'goBack' => '<a href="?%s=%d">ici</a> pour retourner à la page d\'où vous venez.',
'note' => "Note : Votre vidéo devra être approuvée avant d'apparaître sur le site. Cela peut prendre jusqu'à 72 heures."
),
'error' => array(
'isPrivate' => "La vidéo suggérée est privée.",
'noExist' => "Aucune vidéo trouvée à l'URL fournie.",
'selectVI' => "Veuillez entrer des informations valides pour la vidéo.", // message_novideo
'notAllowed' => "Vous n'êtes pas autorisé à suggérer des vidéos!",
)
),
'game' => array(
// type strings
'npc' => "PNJ",

View File

@@ -278,6 +278,20 @@ $lang = array(
'notAllowed' => "[You are not allowed to upload screenshots!]",
)
),
'video' => array(
'submission' => "Предложить видео",
'thanks' => array(
'contrib' => "Спасибо за ваш вклад!",
'goBack' => '<a href="?%s=%d">здесь</a> чтобы перейти к предыдущей странице.',
'note' => "Примечание: Ваше видео должно быть одобрено, прежде чем появится на сайте. Это может занять до 72 часов."
),
'error' => array(
'isPrivate' => "Предложенное видео является приватным.",
'noExist' => "Видео по предоставленной ссылке не найдено.",
'selectVI' => "введите корректную информацию о видео.", // message_novideo
'notAllowed' => "У вас нет прав предлагать видео!",
)
),
'game' => array(
// type strings
'npc' => "НИП",

View File

@@ -278,7 +278,22 @@ $lang = array(
'notAllowed' => "你不允许上传截图!",
)
),
'video' => array(
'submission' => "视频建议",
'thanks' => array(
'contrib' => "非常感谢你的贡献!",
'goBack' => '<a href="?%s=%d">点击这里</a>返回上一页。',
'note' => "注意您的视频需要经过审核后才能显示在网站上。这需要最多72小时。"
),
'error' => array(
'isPrivate' => "建议的视频为私有。",
'noExist' => "在提供的链接中未找到视频。",
'selectVI' => "请输入有效的视频信息。", // message_novideo
'notAllowed' => "您没有权限建议视频!",
)
),
'game' => array(
// type strings
'npc' => "NPC",
'npcs' => "NPC",
'object' => "对象",