mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
plan tables for fixed billing
language translation fix
This commit is contained in:
@@ -901,8 +901,8 @@ return [
|
||||
'active' => 'Active',
|
||||
'archived' => 'Archived',
|
||||
'inactive' => 'Inactive',
|
||||
'total_x_of_x_used' => 'Total ${use} of ${total} Used',
|
||||
'total_x_of_x_members' => 'Total ${use} of ${total} Members',
|
||||
'total_x_of_x_used' => 'Total {use} of {total} Used',
|
||||
'total_x_of_x_members' => 'Total {use} of {total} Members',
|
||||
'go_back_from_x' => 'Go back from {location}',
|
||||
'new_team_invitation' => 'New Team Invitation',
|
||||
'x_invite_to_join_team' => ":name invite you to join into Team Folder.",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'version' => '2.0.3',
|
||||
'version' => '2.0.4',
|
||||
|
||||
'is_demo' => env('APP_DEMO', false),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user