Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/help.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@
"de": "German",
"es": "Spanish",
"fr": "French",
"gl": "Galician",
"he": "Hebrew",
"it": "Italian",
"ja": "Japanese",
Expand Down
5 changes: 5 additions & 0 deletions doc/json_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,11 @@
"const": "fr",
"description": "French"
},
{
"type": "string",
"const": "gl",
"description": "Galician"
},
{
"type": "string",
"const": "he",
Expand Down
1 change: 1 addition & 0 deletions src/common/option.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ typedef struct FFModuleDisplayName {
const char* de; // German
const char* es; // Spanish
const char* fr; // French
const char* gl; // Galician
const char* he; // Hebrew
const char* it; // Italian
const char* ja; // Japanese
Expand Down
1 change: 1 addition & 0 deletions src/modules/battery/battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ FFModuleBaseInfo ffBatteryModuleInfo = {
.de = "Akku",
.es = "Batería",
.fr = "Batterie",
.gl = "Batería",
.he = "סוללה",
.it = "Batteria",
.ja = "バッテリー",
Expand Down
1 change: 1 addition & 0 deletions src/modules/bios/bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ FFModuleBaseInfo ffBiosModuleInfo = {
.de = "BIOS",
.es = "BIOS",
.fr = "BIOS",
.gl = "BIOS",
.he = "BIOS",
.it = "BIOS",
.ja = "BIOS",
Expand Down
1 change: 1 addition & 0 deletions src/modules/bluetooth/bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ FFModuleBaseInfo ffBluetoothModuleInfo = {
.de = "Bluetooth",
.es = "Bluetooth",
.fr = "Bluetooth",
.gl = "Bluetooth",
.he = "בלוטות'",
.it = "Bluetooth",
.ja = "ブルートゥース",
Expand Down
1 change: 1 addition & 0 deletions src/modules/bluetoothradio/bluetoothradio.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ FFModuleBaseInfo ffBluetoothRadioModuleInfo = {
.de = "Bluetooth-Adapter",
.es = "Adaptador Bluetooth",
.fr = "Adaptateur Bluetooth",
.gl = "Adaptador Bluetooth",
.he = "רדיו בלוטות'",
.it = "Adattatore Bluetooth",
.ja = "ブルートゥースアダプター",
Expand Down
1 change: 1 addition & 0 deletions src/modules/board/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ FFModuleBaseInfo ffBoardModuleInfo = {
.de = "Mainboard",
.es = "Placa base",
.fr = "Carte mère",
.gl = "Placa base",
.he = "לוח אם",
.it = "Scheda madre",
.ja = "マザーボード",
Expand Down
1 change: 1 addition & 0 deletions src/modules/bootmgr/bootmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ FFModuleBaseInfo ffBootmgrModuleInfo = {
.de = "Boot-Manager",
.es = "Administrador de arranque",
.fr = "Gestionnaire de démarrage",
.gl = "Xestor de arranque",
.he = "מנהל אתחול",
.it = "Gestore di avvio",
.ja = "ブートマネージャー",
Expand Down
1 change: 1 addition & 0 deletions src/modules/break/break.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FFModuleBaseInfo ffBreakModuleInfo = {
.de = "Umbruch",
.es = "Salto de línea",
.fr = "Saut de ligne",
.gl = "Salto de liña",
.he = "מעבר שורה",
.it = "Interruzione",
.ja = "改行",
Expand Down
1 change: 1 addition & 0 deletions src/modules/brightness/brightness.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ FFModuleBaseInfo ffBrightnessModuleInfo = {
.de = "Helligkeit",
.es = "Brillo",
.fr = "Luminosité",
.gl = "Brillo",
.he = "בהירות",
.it = "Luminosità",
.ja = "明るさ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/btrfs/btrfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ FFModuleBaseInfo ffBtrfsModuleInfo = {
.de = "BTRFS",
.es = "BTRFS",
.fr = "BTRFS",
.gl = "BTRFS",
.he = "BTRFS",
.it = "BTRFS",
.ja = "BTRFS",
Expand Down
1 change: 1 addition & 0 deletions src/modules/camera/camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ FFModuleBaseInfo ffCameraModuleInfo = {
.de = "Kamera",
.es = "Cámara",
.fr = "Caméra",
.gl = "Cámara",
.he = "מצלמה",
.it = "Fotocamera",
.ja = "カメラ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/chassis/chassis.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ FFModuleBaseInfo ffChassisModuleInfo = {
.de = "Gehäuse",
.es = "Chasis",
.fr = "Châssis",
.gl = "Chasis",
.he = "מארז",
.it = "Telaio",
.ja = "シャーシ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/codec/codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ FFModuleBaseInfo ffCodecModuleInfo = {
.de = "Codec",
.es = "Códec",
.fr = "Codec",
.gl = "Códec",
.he = "קודק",
.it = "Codec",
.ja = "コーデック",
Expand Down
1 change: 1 addition & 0 deletions src/modules/colors/colors.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ FFModuleBaseInfo ffColorsModuleInfo = {
.de = "Farben",
.es = "Colores",
.fr = "Couleurs",
.gl = "Cores",
.he = "צבעים",
.it = "Colori",
.ja = "色",
Expand Down
1 change: 1 addition & 0 deletions src/modules/command/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ FFModuleBaseInfo ffCommandModuleInfo = {
.de = "Befehl",
.es = "Comando",
.fr = "Commande",
.gl = "Comando",
.he = "פקודה",
.it = "Comando",
.ja = "コマンド",
Expand Down
1 change: 1 addition & 0 deletions src/modules/cpu/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ FFModuleBaseInfo ffCPUModuleInfo = {
.de = "CPU",
.es = "CPU",
.fr = "CPU",
.gl = "CPU",
.he = "מעבד",
.it = "CPU",
.ja = "CPU",
Expand Down
1 change: 1 addition & 0 deletions src/modules/cpucache/cpucache.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ FFModuleBaseInfo ffCPUCacheModuleInfo = {
.de = "CPU-Cache",
.es = "Caché de CPU",
.fr = "Cache CPU",
.gl = "Caché da CPU",
.he = "מטמון מעבד",
.it = "Cache CPU",
.ja = "CPUキャッシュ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/cpuusage/cpuusage.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ FFModuleBaseInfo ffCPUUsageModuleInfo = {
.de = "CPU-Auslastung",
.es = "Uso del CPU",
.fr = "Utilisation du CPU",
.gl = "Uso da CPU",
.he = "שימוש במעבד",
.it = "Utilizzo della CPU",
.ja = "CPU使用率",
Expand Down
1 change: 1 addition & 0 deletions src/modules/cursor/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ FFModuleBaseInfo ffCursorModuleInfo = {
.de = "Mauszeiger",
.es = "Cursor",
.fr = "Curseur",
.gl = "Cursor",
.he = "סמן",
.it = "Cursore",
.ja = "カーソル",
Expand Down
1 change: 1 addition & 0 deletions src/modules/datetime/datetime.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ FFModuleBaseInfo ffDateTimeModuleInfo = {
.de = "Datum & Uhrzeit",
.es = "Fecha y hora",
.fr = "Date et heure",
.gl = "Data e hora",
.he = "תאריך ושעה",
.it = "Data e ora",
.ja = "日付と時刻",
Expand Down
1 change: 1 addition & 0 deletions src/modules/de/de.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ FFModuleBaseInfo ffDEModuleInfo = {
.de = "Desktop-Umgebung",
.es = "Entorno de Escritorio",
.fr = "Environnement de Bureau",
.gl = "Contorno do Escritorio",
.he = "סביבת שולחן עבודה",
.it = "Ambiente Desktop",
.ja = "デスクトップ環境",
Expand Down
1 change: 1 addition & 0 deletions src/modules/disk/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ FFModuleBaseInfo ffDiskModuleInfo = {
.de = "Festplatte",
.es = "Disco",
.fr = "Disque",
.gl = "Disco",
.he = "דיסק",
.it = "Disco",
.ja = "ディスク",
Expand Down
1 change: 1 addition & 0 deletions src/modules/diskio/diskio.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ FFModuleBaseInfo ffDiskIOModuleInfo = {
.de = "Festplatten I/O",
.es = "E/S de disco",
.fr = "Entrée/Sortie disque",
.gl = "E/S do disco",
.he = "קלט/פלט דיסק",
.it = "I/O del disco",
.ja = "ディスク I/O",
Expand Down
1 change: 1 addition & 0 deletions src/modules/display/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ FFModuleBaseInfo ffDisplayModuleInfo = {
.de = "Anzeige",
.es = "Pantalla",
.fr = "Écran",
.gl = "Pantalla",
.he = "תצוגה",
.it = "Display",
.ja = "ディスプレイ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/dns/dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ FFModuleBaseInfo ffDNSModuleInfo = {
.de = "DNS",
.es = "DNS",
.fr = "DNS",
.gl = "DNS",
.he = "DNS",
.it = "DNS",
.ja = "DNS",
Expand Down
1 change: 1 addition & 0 deletions src/modules/editor/editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ FFModuleBaseInfo ffEditorModuleInfo = {
.de = "Editor",
.es = "Editor",
.fr = "Éditeur",
.gl = "Editor",
.he = "עורך",
.it = "Editor",
.ja = "エディター",
Expand Down
1 change: 1 addition & 0 deletions src/modules/font/font.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ FFModuleBaseInfo ffFontModuleInfo = {
.de = "Schriftart",
.es = "Fuente",
.fr = "Police",
.gl = "Fonte",
.he = "גופן",
.it = "Carattere",
.ja = "フォント",
Expand Down
1 change: 1 addition & 0 deletions src/modules/gamepad/gamepad.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ FFModuleBaseInfo ffGamepadModuleInfo = {
.de = "Gamepad",
.es = "Gamepad",
.fr = "Manette",
.gl = "Gamepad",
.he = "משטח משחק",
.it = "Gamepad",
.ja = "ゲームパッド",
Expand Down
1 change: 1 addition & 0 deletions src/modules/gpu/gpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ FFModuleBaseInfo ffGPUModuleInfo = {
.de = "GPU",
.es = "GPU",
.fr = "GPU",
.gl = "GPU",
.he = "מעבד גרפי",
.it = "GPU",
.ja = "GPU",
Expand Down
1 change: 1 addition & 0 deletions src/modules/host/host.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ FFModuleBaseInfo ffHostModuleInfo = {
.de = "Rechner",
.es = "Host",
.fr = "Hôte",
.gl = "Host",
.he = "מארח",
.it = "Host",
.ja = "ホスト",
Expand Down
1 change: 1 addition & 0 deletions src/modules/icons/icons.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ FFModuleBaseInfo ffIconsModuleInfo = {
.de = "Symbole",
.es = "Iconos",
.fr = "Icônes",
.gl = "Iconas",
.he = "סמלים",
.it = "Icone",
.ja = "アイコン",
Expand Down
1 change: 1 addition & 0 deletions src/modules/initsystem/initsystem.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ FFModuleBaseInfo ffInitSystemModuleInfo = {
.de = "Init-System",
.es = "Sistema de inicio",
.fr = "Système d'init",
.gl = "Sistema de inicio",
.he = "מערכת אתחול",
.it = "Sistema di init",
.ja = "initシステム",
Expand Down
1 change: 1 addition & 0 deletions src/modules/kernel/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ FFModuleBaseInfo ffKernelModuleInfo = {
.de = "Kernel",
.es = "Kernel",
.fr = "Kernel",
.gl = "Kernel",
.he = "ליבה",
.it = "Kernel",
.ja = "カーネル",
Expand Down
1 change: 1 addition & 0 deletions src/modules/keyboard/keyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ FFModuleBaseInfo ffKeyboardModuleInfo = {
.de = "Tastatur",
.es = "Teclado",
.fr = "Clavier",
.gl = "Teclado",
.he = "מקלדת",
.it = "Tastiera",
.ja = "キーボード",
Expand Down
1 change: 1 addition & 0 deletions src/modules/lm/lm.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ FFModuleBaseInfo ffLMModuleInfo = {
.de = "Anmeldemanager",
.es = "Administrador de inicio de sesión",
.fr = "Gestionnaire de connexion",
.gl = "Xestor de inicio de sesión",
.he = "מנהל התחברות",
.it = "Gestore di accesso",
.ja = "ログインマネージャー",
Expand Down
1 change: 1 addition & 0 deletions src/modules/loadavg/loadavg.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ FFModuleBaseInfo ffLoadavgModuleInfo = {
.de = "Systemlast",
.es = "Promedio de carga",
.fr = "Charge moyenne",
.gl = "Carga media",
.he = "עומס ממוצע",
.it = "Carico medio",
.ja = "ロードアベレージ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/locale/locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ FFModuleBaseInfo ffLocaleModuleInfo = {
.de = "Sprachraum",
.es = "Configuración regional",
.fr = "Paramètres régionaux",
.gl = "Configuración rexional",
.he = "לוקאל",
.it = "Impostazioni locali",
.ja = "ロケール",
Expand Down
1 change: 1 addition & 0 deletions src/modules/localip/localip.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ FFModuleBaseInfo ffLocalIPModuleInfo = {
.de = "Lokale IP",
.es = "IP local",
.fr = "IP locale",
.gl = "IP local",
.he = "IP מקומי",
.it = "IP locale",
.ja = "ローカル IP",
Expand Down
1 change: 1 addition & 0 deletions src/modules/logo/logo.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ FFModuleBaseInfo ffLogoModuleInfo = {
.de = "Logo",
.es = "Logo",
.fr = "Logo",
.gl = "Logo",
.he = "לוגו",
.it = "Logo",
.ja = "ロゴ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/media/media.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ FFModuleBaseInfo ffMediaModuleInfo = {
.de = "Medien",
.es = "Medios",
.fr = "Médias",
.gl = "Multimedia",
.he = "מדיה",
.it = "Media",
.ja = "メディア",
Expand Down
1 change: 1 addition & 0 deletions src/modules/memory/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ FFModuleBaseInfo ffMemoryModuleInfo = {
.de = "Speicher",
.es = "Memoria",
.fr = "Mémoire",
.gl = "Memoria",
.he = "זיכרון",
.it = "Memoria",
.ja = "メモリ",
Expand Down
1 change: 1 addition & 0 deletions src/modules/monitor/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ FFModuleBaseInfo ffMonitorModuleInfo = {
.de = "Monitor",
.es = "Monitor",
.fr = "Moniteur",
.gl = "Monitor",
.he = "צג",
.it = "Monitor",
.ja = "モニター",
Expand Down
1 change: 1 addition & 0 deletions src/modules/mouse/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ FFModuleBaseInfo ffMouseModuleInfo = {
.de = "Maus",
.es = "Ratón",
.fr = "Souris",
.gl = "Rato",
.he = "עכבר",
.it = "Mouse",
.ja = "マウス",
Expand Down
1 change: 1 addition & 0 deletions src/modules/netio/netio.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ FFModuleBaseInfo ffNetIOModuleInfo = {
.de = "Netzwerk I/O",
.es = "E/S de red",
.fr = "E/S réseau",
.gl = "E/S da rede",
.he = "קלט/פלט רשת",
.it = "I/O di rete",
.ja = "ネットワークI/O",
Expand Down
1 change: 1 addition & 0 deletions src/modules/opencl/opencl.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ FFModuleBaseInfo ffOpenCLModuleInfo = {
.de = "OpenCL",
.es = "OpenCL",
.fr = "OpenCL",
.gl = "OpenCL",
.he = "OpenCL",
.it = "OpenCL",
.ja = "OpenCL",
Expand Down
1 change: 1 addition & 0 deletions src/modules/opengl/opengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ FFModuleBaseInfo ffOpenGLModuleInfo = {
.de = "OpenGL",
.es = "OpenGL",
.fr = "OpenGL",
.gl = "OpenGL",
.he = "OpenGL",
.it = "OpenGL",
.ja = "OpenGL",
Expand Down
1 change: 1 addition & 0 deletions src/modules/os/os.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ FFModuleBaseInfo ffOSModuleInfo = {
.de = "Betriebssystem",
.es = "Sistema operativo",
.fr = "Système d'exploitation",
.gl = "Sistema operativo",
.he = "מערכת הפעלה",
.it = "Sistema operativo",
.ja = "オペレーティングシステム",
Expand Down
Loading
Loading