Template/Update (Part 42)

* split 'guilds' into separate endpoints
This commit is contained in:
Sarjuuk 2025-08-20 02:46:43 +02:00
parent 69df20af63
commit 398ff16b65
16 changed files with 434 additions and 418 deletions

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "Teamkapitän",
'profiler' => "Charakter-Profiler",
'arenaTeams' => "Arena Teams",
'guilds' => "Gilden",
'notFound' => array(
'guild' => "Diese Gilde existiert nicht oder wurde noch nicht in die Datenbank übernommen.",
'arenateam' => "Dieses Arena Team existiert nicht oder wurde noch nicht in die Datenbank übernommen.",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "Icons",
'profile' => "Profil", // 100
'profiles' => "Profile",
'guild' => "Gilde", // 101
'guilds' => "Gilden",
'arenateam' => "Arena Team", // 102
'arenateams' => "Arena Teams",
'guide' => "Leitfaden", // 300
'guides' => "Leitfäden",
'emote' => "Emote", // 501

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "Arena Team Captain",
'profiler' => "Character Profiler",
'arenaTeams' => "Arena Teams",
'guilds' => "Guilds",
'notFound' => array(
'guild' => "This Guild doesn't exist or is not yet in the database.",
'arenateam' => "This Arena Team doesn't exist or is not yet in the database.",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "icons",
'profile' => "profile",
'profiles' => "Profiles",
'guild' => "Guild",
'guilds' => "Guilds",
'arenateam' => "Arena Team",
'arenateams' => "Arena Teams",
'guide' => "Guide",
'guides' => "Guides",
'emote' => "emote",

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "Capitán de equipo de arena",
'profiler' => "Gestor de Perfiles", // Perfiles de Personaje? (character profiler)
'arenaTeams' => "Equipos de Arena",
'guilds' => "Hermandades",
'notFound' => array(
'guild' => "Esta hermandad no existe o aún no está en la base de datos.",
'arenateam' => "Este equipo de arena no existe o aún no está en la base de datos.",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "Iconos",
'profile' => "Perfile",
'profiles' => "Perfiles",
'guild' => "Hermandad",
'guilds' => "Hermandades",
'arenateam' => "Equipo de arena",
'arenateams' => "Equipos de arena",
'guide' => "Guía",
'guides' => "Guías",
'emote' => "emoción",

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "Capitaine d'équipe",
'profiler' => "Profiler de Personnage",
'arenaTeams' => "Équipes d'Aréna",
'guilds' => "Guildes",
'notFound' => array(
'guild' => "[This Guild doesn't exist or is not yet in the database.]",
'arenateam' => "[This Arena Team doesn't exist or is not yet in the database.]",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "Icônes",
'profile' => "Profil",
'profiles' => "Profils",
'guild' => "Guilde",
'guilds' => "Guildes",
'arenateam' => "Équipe d'arène",
'arenateams' => "Équipes d'aréna",
'guide' => "Guide",
'guides' => "Guides",
'emote' => "emote",

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "Капитан команды арены",
'profiler' => "Профили персонажей",
'arenaTeams' => "Команды арен",
'guilds' => "Гильдии",
'notFound' => array(
'profile' => "Этот персонаж не существует, либо еще не добавлен в базу данных.",
'arenateam' => "[This Arena Team doesn't exist or is not yet in the database.]",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "Иконки",
'profile' => "Профиль",
'profiles' => "Профили",
'guild' => "Гильдия",
'guilds' => "Гильдии",
'arenateam' => "Команда арены",
'arenateams' => "Команды арен",
'guide' => "Руководство",
'guides' => "Руководство",
'emote' => "Эмоция",

View file

@ -234,9 +234,6 @@ $lang = array(
'atCaptain' => "竞技场战队队长",
'profiler' => "角色概况",
'arenaTeams' => "竞技场战队",
'guilds' => "公会",
'notFound' => array(
'guild' => "该公会不存在或尚未被收录到数据库中。",
'arenateam' => "该竞技场战队不存在或尚未被收录到数据库中。",
@ -332,6 +329,10 @@ $lang = array(
'icons' => "图标",
'profile' => "简介",
'profiles' => "简介",
'guild' => "公会",
'guilds' => "公会",
'arenateam' => "竞技场战队",
'arenateams' => "竞技场战队",
'guide' => "指南",
'guides' => "指南",
'emote' => "表情",