Skip to content

Commit

Permalink
Re-name tag->keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 26, 2024
1 parent 0bb265b commit 72ae2da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions lang/cs/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
'identifier' => 'inventární číslo',
'author' => 'autor / autorka',
'item_authorities' => 'autoři - vztahy',
'tags' => 'tagy',
'tag' => 'tag',
'tags' => 'klíčová slova',
'tag' => 'klíčové slovo',
'date_earliest' => 'datace od',
'date_latest' => 'datace do',
'lat' => 'latitúda',
Expand Down Expand Up @@ -73,7 +73,7 @@
'search' => 'výsledky vyhledávání pro: ":value"',
'author' => 'autor: :value',
'work_type' => 'výtvarný druh: :value',
'tag' => 'tagy: :value',
'tag' => 'klíčové slovo: :value',
'gallery' => 'galerie: :value',
'credit' => 'nabytí: :value',
'topic' => 'námět: :value',
Expand Down
6 changes: 3 additions & 3 deletions lang/en/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
'identifier' => 'identifier',
'author' => 'artist',
'item_authorities' => 'artists - relations',
'tags' => 'tags',
'tag' => 'tag',
'tags' => 'keywords',
'tag' => 'keyword',
'date_earliest' => 'date earliest',
'date_latest' => 'date latest',
'lat' => 'latitude',
Expand Down Expand Up @@ -81,7 +81,7 @@
'search' => 'search results for: ":value"',
'author' => 'artist: :value',
'work_type' => 'work type: :value',
'tag' => 'tags: :value',
'tag' => 'keyword: :value',
'gallery' => 'institution: :value',
'credit' => 'credit: :value',
'topic' => 'genre: :value',
Expand Down
6 changes: 3 additions & 3 deletions lang/sk/item.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
'identifier' => 'inventárne číslo',
'author' => 'autor / autorka',
'item_authorities' => 'autori - vzťahy',
'tags' => 'tagy',
'tag' => 'tag',
'tags' => 'kľúčové slová',
'tag' => 'kľúčové slovo',
'date_earliest' => 'datovanie najskôr',
'date_latest' => 'datovanie najneskôr',
'lat' => 'latitúda',
Expand Down Expand Up @@ -73,7 +73,7 @@
'search' => 'výsledky vyhľadávania pre: ":value"',
'author' => 'autor: :value',
'work_type' => 'výtvarný druh: :value',
'tag' => 'tag: :value',
'tag' => 'kľúčové slovo :value',
'gallery' => 'galéria: :value',
'credit' => 'nadobudnutie: :value',
'topic' => 'žáner: :value',
Expand Down

0 comments on commit 72ae2da

Please sign in to comment.