diff options
| author | 2024-01-03 11:23:06 +0100 | |
|---|---|---|
| committer | 2024-01-03 11:23:06 +0100 | |
| commit | 70e71b8364c1317af04f92fd86df4541fa269e0c (patch) | |
| tree | 193f4db62a85a218e227ee79ce7554a32eade390 /app/i18n/lv/feedback.php | |
| parent | 1e5f5078ed029640f69bdcc5ba51dd4dc69574ca (diff) | |
Auto-label (#5954)
Add labels automatically to incoming articles
fix https://github.com/FreshRSS/FreshRSS/issues/2380
fix https://github.com/FreshRSS/FreshRSS/issues/2420
fix https://github.com/FreshRSS/FreshRSS/issues/3279
fix https://github.com/FreshRSS/FreshRSS/discussions/4947
fix https://github.com/FreshRSS/FreshRSS/issues/5728
fix https://github.com/FreshRSS/FreshRSS/issues/5599
Diffstat (limited to 'app/i18n/lv/feedback.php')
| -rw-r--r-- | app/i18n/lv/feedback.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/lv/feedback.php b/app/i18n/lv/feedback.php index e6aa39077..f359f0306 100644 --- a/app/i18n/lv/feedback.php +++ b/app/i18n/lv/feedback.php @@ -116,8 +116,10 @@ return array( ), 'tag' => array( 'created' => 'Birka “%s” tika uztaisīta.', + 'error' => 'Label could not be updated!', // TODO 'name_exists' => 'Birkas nosaukums jau pastāv.', 'renamed' => 'Birka “%s” tika pārdēvēts par “%s”.', + 'updated' => 'Label has been updated.', // TODO ), 'update' => array( 'can_apply' => 'FreshRSS tagad būs atjaunots uz <strong>%s versiju</strong>.', |
